From fd06753be2a00ab58be9869989e98c76ae566481 Mon Sep 17 00:00:00 2001 From: Roman Roelofsen Date: Fri, 29 Apr 2022 10:18:40 +0200 Subject: [PATCH] - preparation for release --- .npmignore | 3 --- modules/tydux/.npmignore | 0 modules/tydux/package.json | 23 +++++++++-------------- 3 files changed, 9 insertions(+), 17 deletions(-) delete mode 100644 .npmignore create mode 100644 modules/tydux/.npmignore diff --git a/.npmignore b/.npmignore deleted file mode 100644 index d1bd4b3..0000000 --- a/.npmignore +++ /dev/null @@ -1,3 +0,0 @@ -.idea -dev -spec diff --git a/modules/tydux/.npmignore b/modules/tydux/.npmignore new file mode 100644 index 0000000..e69de29 diff --git a/modules/tydux/package.json b/modules/tydux/package.json index 5ab0eeb..53d220d 100644 --- a/modules/tydux/package.json +++ b/modules/tydux/package.json @@ -1,6 +1,6 @@ { "name": "@w11k/tydux", - "version": "15.0.0", + "version": "14.999.0", "author": "W11K GmbH", "contributors": [ "Roman Roelofson", @@ -14,22 +14,16 @@ "url": "https://github.com/w11k/Tydux.git" }, "files": [ - "bundle", - "esm5", - "esm2015", - "LICENSE", - "CHANGELOG.md", - "README.md" + "dist" ], "np": { - "yarn": false, - "contents": "dist" + "yarn": false }, - "typings": "./bundle/index.d.ts", - "main": "./bundle/index.js", - "module": "./esm5/index.js", - "esm5": "./esm5/index.js", - "esm2015": "./esm2015/index.js", + "typings": "./dist/bundle/index.d.ts", + "main": "./dist/bundle/index.js", + "module": "./dist/esm5/index.js", + "esm5": "./dist/esm5/index.js", + "esm2015": "./dist/esm2015/index.js", "scripts": { "clean": "shx rm -rf dist", "test": "jest --config ./jest.config.js", @@ -41,6 +35,7 @@ "build:copy_from_root": "shx cp ../../CHANGELOG.md ../../README.md ../../LICENSE dist", "build": "run-s clean test compile build:copy_from_root", "prepublishOnly": "run-s build", + "np": "np", "release": "run-s build np" }, "publishConfig": {