Skip to content

Commit f744d71

Browse files
committed
0.24.3
1 parent 730d05a commit f744d71

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
{
2-
"name": "@rxdi/bolt",
3-
"version": "0.24.2",
2+
"name": "bolt",
3+
"version": "0.24.3",
44
"main": "index.js",
55
"author": "James Kyle <[email protected]>",
66
"license": "MIT",
77
"repository": "https://github.com/boltpkg/bolt",
88
"bin": {
9-
"mono": "./bin.js",
10-
"bolt": "./bin.js",
11-
"rxdi-bolt": "./bin.js"
9+
"bolt": "./bin.js"
1210
},
1311
"files": [
1412
"dist",
@@ -25,6 +23,7 @@
2523
"build:modern": "cross-env BABEL_ENV=modern babel src -d dist/modern",
2624
"build": "yarn run clean && yarn build:legacy && yarn build:modern",
2725
"prepublish": "yarn build",
26+
"patch":"npm version patch && npm publish --update-readme --access public",
2827
"precommit": "lint-staged"
2928
},
3029
"devDependencies": {

0 commit comments

Comments
 (0)