🚧 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>
|
||||
|
||||
# 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.
|
||||
|
||||
|
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue