Skip to content

Commit 0e6524e

Browse files
committed
Publish on cdnjs
1 parent 4622694 commit 0e6524e

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

package.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "ui-contextmenu",
3+
"filename": "jquery.ui-contextmenu.min.js",
34
"version": "1.8.1-0",
45
"title": "jQuery UI context menu plugin",
56
"description": "Turn a jQuery UI Menu widget into a contextmenu.",
@@ -43,7 +44,7 @@
4344
"grunt-contrib-connect": "~0.3.0",
4445
"grunt-contrib-jshint": "~0.3.0",
4546
"grunt-contrib-qunit": "~0.2.0",
46-
"grunt-contrib-uglify": "~0.2.0",
47+
"grunt-contrib-uglify": "^0.6.0",
4748
"grunt-exec": "~0.4.0",
4849
"grunt-saucelabs": "~8.1.0",
4950
"grunt-contrib-watch": "~0.5.3",
@@ -52,5 +53,16 @@
5253
},
5354
"scripts": {
5455
"test": "grunt ci --verbose"
55-
}
56-
}
56+
},
57+
"npmName": "ui-contextmenu",
58+
"npmFileMap": [
59+
{
60+
"basePath": "/",
61+
"files": [
62+
"jquery.ui-contextmenu.js",
63+
"jquery.ui-contextmenu.min.js",
64+
"jquery.ui-contextmenu.min.js.map"
65+
]
66+
}
67+
]
68+
}

0 commit comments

Comments
 (0)