Skip to content

Commit 1eafdf8

Browse files
committed
Preparation for NPM release (#60, #604)
1 parent d057701 commit 1eafdf8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,18 @@
1010
"tagging",
1111
"tag"
1212
],
13+
"main": "dist/js/selectize.js",
1314
"description": "Selectize is a jQuery-based custom <select> UI control. Useful for tagging, contact lists, country selectors, etc.",
1415
"version": "0.11.2",
1516
"author": "Brian Reavis <brian@thirdroute.com>",
1617
"repository": {
1718
"type": "git",
1819
"url": "git://github.com/brianreavis/selectize.js.git"
1920
},
20-
"dependencies": {},
21+
"dependencies": {
22+
"microplugin": "0.0.3",
23+
"sifter": "^0.4.0"
24+
},
2125
"devDependencies": {
2226
"grunt": "0.4.x",
2327
"grunt-bower-task": "^0.4.0",

0 commit comments

Comments
 (0)