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 a606726
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 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
4 changes: 0 additions & 4 deletions src/utils/yarn.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ import * as fs from '../utils/fs';
import * as logger from '../utils/fs';
import { DEPENDENCY_TYPE_FLAGS_MAP, BOLT_VERSION } from '../constants';

function getLocalBinPath(): Promise<string> {
return projectBinPath(__dirname);
}

function depTypeToFlag(depType) {
let flag = Object.keys(DEPENDENCY_TYPE_FLAGS_MAP).find(
key => DEPENDENCY_TYPE_FLAGS_MAP[key] === depType
Expand Down

0 comments on commit a606726

Please sign in to comment.