We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec45a2 commit 63a7478Copy full SHA for 63a7478
.gitignore
@@ -1,2 +1,4 @@
1
node_modules
2
lib
3
+.tern-port
4
+npm-debug.log
package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-catch-promise",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "",
5
"main": "lib/index.js",
6
"scripts": {
@@ -10,8 +10,7 @@
10
"author": "Zeno Zeng",
11
"license": "MIT",
12
"dependencies": {
13
- "babel-runtime": "^6.3.13",
14
- "babylon": "^6.3.15"
+ "babel-runtime": "^6.3.13"
15
},
16
"keywords": [
17
"babel-plugin"
0 commit comments