Skip to content

Commit 2c88b10

Browse files
author
Andrew Schmadel
committed
update package.json and maybe prepare for a release?
1 parent 48c5fdb commit 2c88b10

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

package.json

+7-11
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,22 @@
11
{
2-
"name": "ng-annotate",
3-
"version": "1.2.1",
4-
"description": "add, remove and rebuild angularjs dependency injection annotations",
5-
"main": "build/es5/ng-annotate-main.js",
2+
"name": "babel-plugin-angularjs-annotate",
3+
"version": "0.1.0",
4+
"description": "Babel plugin to add angularjs dependency injection annotations",
5+
"main": "babel-ng-annotate.js",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/olov/ng-annotate.git"
8+
"url": "https://github.com/schmod/babel-plugin-angularjs-annotate"
99
},
1010
"dependencies": {
1111
"babel": "^6.5.1",
1212
"babel-plugin-transform-es2015-function-name": "^6.5.0",
13-
"optimist": "~0.6.1",
14-
"simple-fmt": "~0.1.0",
15-
"simple-is": "~0.2.0",
16-
"stringmap": "~0.2.2"
13+
"simple-is": "~0.2.0"
1714
},
1815
"devDependencies": {
1916
"babel-core": "^6.5.1",
2017
"babel-preset-es2015": "^6.5.0",
2118
"babel-types": "^6.5.1",
2219
"chalk": "^1.1.1",
23-
"coffee-script": "~1.10.0",
2420
"diff": "^2.2.1",
2521
"indent-string": "^2.1.0",
2622
"tap-xunit": "^1.3.1",
@@ -40,6 +36,6 @@
4036
"scripts": {
4137
"test": "node --harmony tests/tests.js | tap-xunit"
4238
},
43-
"author": "Olov Lassus <[email protected]>",
39+
"author": "Andrew Schmadel",
4440
"license": "MIT"
4541
}

0 commit comments

Comments
 (0)