This commit is contained in:
Conduitry 2018-02-17 19:00:13 -05:00
parent 7828a27ae7
commit 8a89765005
2 changed files with 2 additions and 10 deletions

1
.gitignore vendored
View File

@ -1,2 +1 @@
/dist/
/node_modules/

View File

@ -2,17 +2,10 @@
"name": "defiler",
"version": "0.9.1",
"description": "A small, strange building block",
"keywords": [
"build",
"framework",
"async",
"watch"
],
"keywords": ["build", "framework", "async", "watch"],
"main": "./dist/index.cjs.js",
"module": "./dist/index.es.js",
"files": [
"dist"
],
"files": ["dist"],
"engines": {
"node": ">=8"
},