Skip to content

Commit 09728d9

Browse files
authoredApr 22, 2020
Merge pull request #73 from brettz9/source-maps
Source maps
2 parents 3e2d7cd + e258d4a commit 09728d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"node": ">=8.0.0"
88
},
99
"scripts": {
10-
"build": "babel src --out-dir lib",
11-
"build:watch": "babel src --out-dir lib --watch",
10+
"build": "babel src --source-maps --out-dir lib",
11+
"build:watch": "babel src --source-maps --out-dir lib --watch",
1212
"lint": "eslint .",
1313
"test": "nyc mocha --reporter tap",
1414
"test:watch": "mocha --reporter tap --watch ./test ./"

0 commit comments

Comments
 (0)
Please sign in to comment.