Browse Source

Only publish dist to npm

pull/29/head
Luke Childs 7 years ago
parent
commit
f758b4c1c5
  1. 1
      .npmignore
  2. 3
      package.json

1
.npmignore

@ -1 +0,0 @@
src

3
package.json

@ -4,6 +4,9 @@
"description": "Easily compose images together without messing around with canvas",
"main": "dist/index.umd.js",
"module": "dist/index.es2015.js",
"files": [
"dist"
],
"scripts": {
"prebuild": "rm -rf dist",
"build": "rollup -c",

Loading…
Cancel
Save