Skip to content

Commit

Permalink
fix babel-cli dep and workaround prepublish antics
Browse files Browse the repository at this point in the history
  • Loading branch information
mdarens committed Jan 11, 2016
1 parent f213607 commit a34f9c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ npm i buryem --save
## Developing
To build locally, run:
```
npm install
npm install --ignore-scripts
npm run build
```

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "buryem",
"version": "1.0.2",
"version": "1.0.3",
"description": "got style conflicts? bury 'em!",
"main": "lib/buryem.js",
"author": "Mark D'Arensbourg",
Expand All @@ -10,6 +10,7 @@
"url": "https://github.com/mdarens/buryem.git"
},
"dependencies": {
"babel-cli": "^6.4.0",
"react": "^0.14.4",
"react-kit": "^0.1.3",
"reactify": "^0.17.0"
Expand Down

0 comments on commit a34f9c1

Please sign in to comment.