Skip to content

Commit

Permalink
Made devDependencies dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed Feb 12, 2016
1 parent 1365923 commit 759429d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Version 1.0.3
* Made devDependencies actual dependencies so package consumers get them...
* Re-added postinstall script

## Version 1.0.2
* Removed postinstall script, since some build tools had trouble finding gulp at that stage
* Updated package.json with the correct repository URL
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Felles Front End Icons",
"main": "index.js",
"scripts": {
"postinstall": "gulp",
"start": "gulp"
},
"repository": {
Expand All @@ -12,7 +13,7 @@
},
"author": "",
"license": "ISC",
"devDependencies": {
"dependencies": {
"gulp": "^3.9.0",
"gulp-plumber": "^1.0.1",
"gulp-replace": "^0.5.4",
Expand Down

0 comments on commit 759429d

Please sign in to comment.