Skip to content

Commit 468a869

Browse files
committed
ready for merge
1 parent be54946 commit 468a869

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
@@ -5,7 +5,7 @@
55
"main": "legit-tests.js",
66
"scripts": {
77
"compile": "babel src --stage 0 --out-dir .;",
8-
"prepublish": "babel src --stage 0 --out-dir lib;",
8+
"prepublish": "babel src --stage 0 --out-dir .;",
99
"test": "mocha --opts ./mocha.opts; eslint ./src/ --ext .jsx,.js --global require,exports:true"
1010
},
1111
"repository": {

0 commit comments

Comments
 (0)