Skip to content

Commit

Permalink
- preparation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
romanroe committed Apr 29, 2022
1 parent 940bbd1 commit fd06753
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 17 deletions.
3 changes: 0 additions & 3 deletions .npmignore

This file was deleted.

Empty file added modules/tydux/.npmignore
Empty file.
23 changes: 9 additions & 14 deletions modules/tydux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@w11k/tydux",
"version": "15.0.0",
"version": "14.999.0",
"author": "W11K GmbH",
"contributors": [
"Roman Roelofson",
Expand All @@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit fd06753

Please sign in to comment.