Created
September 17, 2015 17:05
-
-
Save bcomnes/672e395402e28a7d17b7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "scripts": { | |
| "build": "babel index.js --out-dir dist --source-map", | |
| "prepublish": "npm run build", | |
| "test": "standard index.js && npm run build && tap test/*.js" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment