Skip to content

Commit 25e804d

Browse files
committed
fix package.json
1 parent 34e6368 commit 25e804d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A decorator for script lazy loading on react component",
55
"main": "lib/index.js",
66
"scripts": {
7-
"build": "babel module --out-dir lib",
7+
"build": "babel src --out-dir lib",
88
"prepublish": "npm run build",
99
"test": "karma start"
1010
},

0 commit comments

Comments
 (0)