Skip to content

Commit 6c2c4cb

Browse files
author
Andrew Schmadel
committed
Merge branch 'master' of github.com:schmod/babel-plugin-angularjs-annotate into gh-pages
2 parents b72eb7d + 277718a commit 6c2c4cb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-angularjs-annotate",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Babel plugin to add angularjs dependency injection annotations",
55
"main": "babel-ng-annotate.js",
66
"repository": {
@@ -9,12 +9,12 @@
99
},
1010
"dependencies": {
1111
"babel-plugin-transform-es2015-function-name": "^6.9.0",
12-
"simple-is": "~0.2.0"
12+
"simple-is": "~0.2.0",
13+
"babel-types": "^6.10.2"
1314
},
1415
"devDependencies": {
1516
"babel-core": "^6.10.4",
1617
"babel-preset-es2015": "^6.9.0",
17-
"babel-types": "^6.10.2",
1818
"chalk": "^1.1.1",
1919
"diff": "^2.2.3",
2020
"indent-string": "^2.1.0",

0 commit comments

Comments
 (0)