Remove dist folder

This commit is contained in:
Melanie Seltzer 2019-10-01 23:25:20 -07:00
parent f0709f5517
commit cf55a56b61
34 changed files with 8 additions and 3366 deletions

View file

@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"build": "gulp style",
"dev": "gulp watch"
"dev": "gulp watch",
"prepublishOnly": "yarn build"
},
"repository": {
"type": "git",
@ -43,5 +44,8 @@
},
"browserslist": [
"defaults AND not android 4.4.3"
],
"files": [
"dist"
]
}