Skip to content

Commit

Permalink
Merge pull request #195 from buzzfeed/fix-npm-package
Browse files Browse the repository at this point in the history
fix dev dependencies so that make dev does not prune harp
  • Loading branch information
samthurman committed Jul 30, 2015
2 parents 481f60b + 3dd59a8 commit 6a4e650
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
"url": "https://github.com/buzzfeed/solid/issues"
},
"homepage": "https://github.com/buzzfeed/solid",
"devDependency": {
"harp": "^0.15.2"
},
"files": [
"lib"
],
Expand Down Expand Up @@ -83,5 +80,8 @@
"deletions": "na",
"hireable": false
}
]
}
],
"devDependencies": {
"harp": "^0.15.2"
}
}

0 comments on commit 6a4e650

Please sign in to comment.