We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b72eb7d + 277718a commit 6c2c4cbCopy full SHA for 6c2c4cb
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "babel-plugin-angularjs-annotate",
3
- "version": "0.5.0",
+ "version": "0.5.1",
4
"description": "Babel plugin to add angularjs dependency injection annotations",
5
"main": "babel-ng-annotate.js",
6
"repository": {
@@ -9,12 +9,12 @@
9
},
10
"dependencies": {
11
"babel-plugin-transform-es2015-function-name": "^6.9.0",
12
- "simple-is": "~0.2.0"
+ "simple-is": "~0.2.0",
13
+ "babel-types": "^6.10.2"
14
15
"devDependencies": {
16
"babel-core": "^6.10.4",
17
"babel-preset-es2015": "^6.9.0",
- "babel-types": "^6.10.2",
18
"chalk": "^1.1.1",
19
"diff": "^2.2.3",
20
"indent-string": "^2.1.0",
0 commit comments