chore: default exports

This commit is contained in:
calebboyd
2017-04-12 09:03:06 -05:00
parent 0d67b1dd4c
commit ac4ca3fe56
19 changed files with 140 additions and 110 deletions
+4 -2
View File
@@ -9,9 +9,11 @@
"Caleb Boyd <caleb.boyd@hotmail.com>"
],
"scripts": {
"build": "babel src -d lib",
"clean": "rimraf lib",
"prebuild": "npm run clean && npm run lint",
"build": "babel src -d lib --copy-files",
"lint": "standard index.js ./src/**/* --fix",
"test": "npm run lint"
"test": "mocha"
},
"repository": {
"type": "git",