Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from movableink/rr/remove-npm-postinstall-script
Browse files Browse the repository at this point in the history
remove npm script
  • Loading branch information
roger-rodriguez authored Aug 24, 2016
2 parents 271eaf0 + c0d3f52 commit d4a0dbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backpack",
"version": "1.0.0",
"version": "1.1.0",
"description": "Lib for building custom apps for use with Movable Ink",
"main": "index.js",
"directories": {
Expand All @@ -13,7 +13,7 @@
},
"scripts": {
"test": "",
"postinstall": "node_modules/bower/bin/bower install"
"postinstall": ""
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d4a0dbc

Please sign in to comment.