🚧 Limited files for NPM package
This commit is contained in:
parent
9a0b27da67
commit
fb2d27db6f
2 changed files with 8 additions and 3 deletions
|
@ -6,8 +6,7 @@
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
# freesewing
|
# freesewing
|
||||||
A port of [freesewing core](https://github.com/freesewing/core)
|
A port of [freesewing core](https://github.com/freesewing/core) to node.js.
|
||||||
to node.js, using [TypeScript](https://www.typescriptlang.org/).
|
|
||||||
|
|
||||||
> This is alpha code.
|
> This is alpha code.
|
||||||
|
|
||||||
|
|
|
@ -57,5 +57,11 @@
|
||||||
"rollup-plugin-json": "^3.0.0",
|
"rollup-plugin-json": "^3.0.0",
|
||||||
"rollup-plugin-node-resolve": "^3.3.0",
|
"rollup-plugin-node-resolve": "^3.3.0",
|
||||||
"rollup-plugin-terser": "^1.0.1"
|
"rollup-plugin-terser": "^1.0.1"
|
||||||
}
|
},
|
||||||
|
"files": [
|
||||||
|
"dist/*",
|
||||||
|
"README.md",
|
||||||
|
"package-lock.json",
|
||||||
|
"package.json"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue