From fb2d27db6fa4851cdd89891f491da61411f013ad Mon Sep 17 00:00:00 2001 From: joostdecock Date: Mon, 23 Jul 2018 14:18:53 +0000 Subject: [PATCH] :construction: Limited files for NPM package --- README.md | 3 +-- package.json | 8 +++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 68cb5251095..e4af09a7a1a 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,7 @@ # 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. diff --git a/package.json b/package.json index 36f821220ed..ab99eeb1967 100644 --- a/package.json +++ b/package.json @@ -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" + ] }