chore: default exports
This commit is contained in:
+4
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user