Skip to content

Commit d6ff854

Browse files
committed
Added jam section to package.json
1 parent d771048 commit d6ff854

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,12 @@
5252
"rimraf": "2.0.1",
5353
"testswarm": "0.2.3"
5454
},
55-
"keywords": []
55+
"keywords": [],
56+
"jam": {
57+
"dependencies": {
58+
"jquery": ">=1.6.0"
59+
},
60+
"main": "dist/jquery-ui.min.js",
61+
"include": ["dist", "README.md"]
62+
}
5663
}

0 commit comments

Comments
 (0)