Skip to content

Commit

Permalink
0.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Stradivario committed Oct 2, 2019
1 parent 730d05a commit f744d71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
{
"name": "@rxdi/bolt",
"version": "0.24.2",
"name": "bolt",
"version": "0.24.3",
"main": "index.js",
"author": "James Kyle <me@thejameskyle.com>",
"license": "MIT",
"repository": "https://github.com/boltpkg/bolt",
"bin": {
"mono": "./bin.js",
"bolt": "./bin.js",
"rxdi-bolt": "./bin.js"
"bolt": "./bin.js"
},
"files": [
"dist",
Expand All @@ -25,6 +23,7 @@
"build:modern": "cross-env BABEL_ENV=modern babel src -d dist/modern",
"build": "yarn run clean && yarn build:legacy && yarn build:modern",
"prepublish": "yarn build",
"patch":"npm version patch && npm publish --update-readme --access public",
"precommit": "lint-staged"
},
"devDependencies": {
Expand Down

0 comments on commit f744d71

Please sign in to comment.