Browse Source

only include dist files in npm package

ghi-672
Rich Harris 8 years ago
parent
commit
1f97f4e4e2
  1. 1
      .gitignore
  2. 3
      package.json

1
.gitignore

@ -7,3 +7,4 @@ _actual
coverage
.commithash
.idea
bin/rollup

3
package.json

@ -69,9 +69,8 @@
"source-map-support": "^0.4.0"
},
"files": [
"src",
"dist",
"bin",
"bin/rollup",
"README.md"
]
}

Loading…
Cancel
Save