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 d4b08a1 commit 940bbd1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/tydux/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions modules/tydux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@w11k/tydux",
"version": "14.999.0",
"version": "15.0.0",
"author": "W11K GmbH",
"contributors": [
"Roman Roelofson",
Expand All @@ -22,6 +22,7 @@
"README.md"
],
"np": {
"yarn": false,
"contents": "dist"
},
"typings": "./bundle/index.d.ts",
Expand All @@ -39,7 +40,11 @@
"compile:esm2015": "tsc -p tsconfig.dist.esm2015.json",
"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"
"prepublishOnly": "run-s build",
"release": "run-s build np"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@w11k/rx-ninja": "^4.0.0",
Expand Down

0 comments on commit 940bbd1

Please sign in to comment.