Skip to content

Commit 63a7478

Browse files
committed
update package.json
1 parent 8ec45a2 commit 63a7478

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
node_modules
22
lib
3+
.tern-port
4+
npm-debug.log

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-transform-catch-promise",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "",
55
"main": "lib/index.js",
66
"scripts": {
@@ -10,8 +10,7 @@
1010
"author": "Zeno Zeng",
1111
"license": "MIT",
1212
"dependencies": {
13-
"babel-runtime": "^6.3.13",
14-
"babylon": "^6.3.15"
13+
"babel-runtime": "^6.3.13"
1514
},
1615
"keywords": [
1716
"babel-plugin"

0 commit comments

Comments
 (0)