Skip to content

Commit 37ce4ab

Browse files
committed
Update to 1.12 release, nits
1 parent 9c30c97 commit 37ce4ab

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
dist/
12
node_modules/

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,15 @@
1111
"jquery-ui",
1212
"webpack"
1313
],
14+
"repository": {
15+
"type": "git",
16+
"url": "git://github.com/jzaefferer/webpack-jquery-ui.git"
17+
},
1418
"author": "Jörn Zaefferer",
1519
"license": "MIT",
1620
"dependencies": {
1721
"jquery": "^2.1.4",
18-
"jquery-ui": "jzaefferer/jquery-ui#webpack"
22+
"jquery-ui": "1.12.x"
1923
},
2024
"devDependencies": {
2125
"clean-webpack-plugin": "^0.1.3",

0 commit comments

Comments
 (0)