1
0
Fork 0

🚧 Limited files for NPM package

This commit is contained in:
joostdecock 2018-07-23 14:18:53 +00:00
parent 9a0b27da67
commit fb2d27db6f
2 changed files with 8 additions and 3 deletions

View file

@ -6,8 +6,7 @@
</h4>
# freesewing
A port of [freesewing core](https://github.com/freesewing/core)
to node.js, using [TypeScript](https://www.typescriptlang.org/).
A port of [freesewing core](https://github.com/freesewing/core) to node.js.
> This is alpha code.

View file

@ -57,5 +57,11 @@
"rollup-plugin-json": "^3.0.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-terser": "^1.0.1"
}
},
"files": [
"dist/*",
"README.md",
"package-lock.json",
"package.json"
]
}