Skip to content

Commit 66b0280

Browse files
committed
chore(package.json): update dependencies
1 parent 46d101b commit 66b0280

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "angular-webpack-starter",
2+
"name": "ng6-starter",
33
"version": "0.0.1",
4-
"description": "starter",
4+
"description": "Starter for Angular + ES6 + (Webpack or JSPM)",
55
"main": "index.js",
66
"dependencies": {
7-
"angular": "^1.3.15",
8-
"angular-ui-router": "^0.2.14",
7+
"angular": "^1.4.4",
8+
"angular-ui-router": "^0.2.15",
99
"lodash": "^3.8.0",
1010
"normalize.css": "^3.0.3"
1111
},
@@ -14,19 +14,19 @@
1414
"babel-core": "^5.4.2",
1515
"babel-loader": "^5.0.0",
1616
"browser-sync": "^2.7.1",
17-
"css-loader": "^0.12.1",
17+
"css-loader": "^0.16.0",
1818
"fs-walk": "0.0.1",
1919
"gulp": "^3.8.11",
2020
"gulp-rename": "^1.2.2",
2121
"gulp-template": "^3.0.0",
22-
"karma": "^0.12.31",
22+
"karma": "^0.13.9",
2323
"karma-chai": "^0.1.0",
24-
"karma-chrome-launcher": "^0.1.12",
25-
"karma-mocha": "^0.1.10",
24+
"karma-chrome-launcher": "^0.2.0",
25+
"karma-mocha": "^0.2.0",
2626
"karma-mocha-reporter": "^1.0.2",
2727
"karma-sourcemap-loader": "^0.3.4",
2828
"karma-webpack": "^1.5.1",
29-
"mocha": "^2.2.5",
29+
"mocha": "^2.3.0",
3030
"node-libs-browser": "^0.5.0",
3131
"raw-loader": "^0.5.1",
3232
"run-sequence": "^1.1.0",
@@ -45,5 +45,5 @@
4545
"es6"
4646
],
4747
"author": "AngularClass",
48-
"license": "ISC"
48+
"license": "Apache-2.0"
4949
}

0 commit comments

Comments
 (0)