Skip to content

Commit 234f68c

Browse files
fix(package.json): update version numbers
- modify package.json version number to be equal to the bower.json version - add git repository data to package.json - change license to MIT in package.json (the same at the LICENSE.md) Closes #19
1 parent 45b353c commit 234f68c

File tree

1 file changed

+33
-28
lines changed

1 file changed

+33
-28
lines changed

package.json

Lines changed: 33 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,35 @@
11
{
2-
"name": "angular-workers",
3-
"version": "0.1.1",
4-
"description": "Web worker wrapper for angular",
5-
"main": "angular-workers.js",
6-
"scripts": {
7-
"test": "./node_modules/karma/bin/karma start --browsers Firefox --single-run"
8-
},
9-
"author": {
10-
"name": "Fredrik Sandell"
11-
},
12-
"license": "WTFPL",
13-
"devDependencies": {
14-
"grunt": "~0.4.2",
15-
"grunt-contrib-clean": "~0.5.0",
16-
"grunt-contrib-concat": "~0.3.x",
17-
"grunt-contrib-jshint": "~0.4.x",
18-
"grunt-contrib-uglify": "~0.2.x",
19-
"grunt-contrib-watch": "~0.5.3",
20-
"grunt-conventional-changelog": "~1.0.x",
21-
"grunt-karma": "~0.7.x",
22-
"grunt-ngmin": "~0.0.3",
23-
"jasmine-core": "^2.1.3",
24-
"karma-chrome-launcher": "^0.1.7",
25-
"karma-firefox-launcher": "^0.1.4",
26-
"karma-jasmine": "^0.3.5",
27-
"load-grunt-tasks": "~0.2.0",
28-
"lodash": "~2.4.x"
29-
}
2+
"name": "angular-workers",
3+
"version": "1.0.1",
4+
"description": "Web worker wrapper for angular",
5+
"main": "angular-workers.js",
6+
"scripts": {
7+
"test": "./node_modules/karma/bin/karma start --browsers Firefox --single-run"
8+
},
9+
"author": {
10+
"name": "Fredrik Sandell"
11+
},
12+
"repository": {
13+
"type": "git",
14+
"url": "git://github.com/FredrikSandell/angular-workers"
15+
},
16+
"license": "MIT",
17+
"devDependencies": {
18+
"grunt": "~0.4.2",
19+
"grunt-contrib-clean": "~0.5.0",
20+
"grunt-contrib-concat": "~0.3.x",
21+
"grunt-contrib-jshint": "~0.4.x",
22+
"grunt-contrib-uglify": "~0.2.x",
23+
"grunt-contrib-watch": "~0.5.3",
24+
"grunt-conventional-changelog": "~1.0.x",
25+
"grunt-karma": "~0.7.x",
26+
"grunt-ngmin": "~0.0.3",
27+
"jasmine-core": "^2.1.3",
28+
"karma": "~0.12.0",
29+
"karma-chrome-launcher": "^0.1.7",
30+
"karma-firefox-launcher": "^0.1.4",
31+
"karma-jasmine": "^0.3.5",
32+
"load-grunt-tasks": "~0.2.0",
33+
"lodash": "~2.4.x"
34+
}
3035
}

0 commit comments

Comments
 (0)