Browse Source

only include dist files in npm package

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

1
.gitignore

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

3
package.json

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

Loading…
Cancel
Save