Skip to content
This repository was archived by the owner on Dec 3, 2023. It is now read-only.

Commit f8bcecf

Browse files
committed
upgrading dependencies - webpack 1.4
1 parent 300276a commit f8bcecf

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"angular-webpack-plugin": "^0.0.2",
88
"exports-loader": "^0.6.2",
9-
"webpack": "^1.4.0-beta4"
9+
"webpack": "^1.4.0"
1010
},
1111
"devDependencies": {},
1212
"scripts": {

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-webpack-plugin",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"main": "lib/index.js",
55
"description": "Makes webpack aware of AngularJS modules.",
66
"homepage": "https://github.com/stackfull/angular-webpack-plugin",
@@ -20,24 +20,24 @@
2020
}
2121
],
2222
"peerDependencies": {
23-
"webpack": "^1.1.0",
23+
"webpack": "^1.4.0",
2424
"exports-loader": "^0.6.2"
2525
},
2626
"devDependencies": {
2727
"grunt-contrib-jshint": "0.10.0",
2828
"grunt-contrib-watch": "~0.6.0",
29-
"load-grunt-tasks": "~0.4.0",
30-
"time-grunt": "0.3.1",
31-
"jshint-stylish": "~0.1.3",
32-
"webpack": "1.1.8",
33-
"async": "0.7.0",
29+
"load-grunt-tasks": "~1.0.0",
30+
"time-grunt": "1.0.0",
31+
"jshint-stylish": "~1.0.0",
32+
"webpack": "^1.4.0",
33+
"async": "0.9.0",
3434
"lodash": "~2.4.1",
35-
"underscore.string": "~2.3.3",
35+
"underscore.string": "~2.4.0",
3636
"karma": "~0.12.0",
37-
"webpack-dev-server": "~1.2.4",
38-
"karma-webpack": "1.1.0",
39-
"grunt-karma": "~0.8.2",
40-
"karma-jasmine": "0.1.5",
37+
"webpack-dev-server": "~1.6.6",
38+
"karma-webpack": "1.3.1",
39+
"grunt-karma": "~0.9.0",
40+
"karma-jasmine": "0.3.2",
4141
"karma-phantomjs-launcher": "~0.1.2",
4242
"exports-loader": "0.6.2",
4343
"uglify-js": "~2.4.12"

0 commit comments

Comments
 (0)