Skip to content

Commit

Permalink
Merge pull request #240 from IBM/joshblack-patch-1
Browse files Browse the repository at this point in the history
chore(project): move dependencies to devDependencies
  • Loading branch information
alisonjoseph authored Mar 26, 2019
2 parents 4c1536a + 9395a96 commit 9dbbffd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
examples
zip
test
test
scripts

# Ignore font source folders
**/sources/**
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@
"prettier": "prettier --write \"**/*.{scss}\"",
"prepare": "yarn build"
},
"dependencies": {
"archiver": "^3.0.0",
"git-branch": "^2.0.1"
},
"devDependencies": {
"archiver": "^3.0.0",
"fs-extra": "^7.0.0",
"git-branch": "^2.0.1",
"husky": "^0.14.3",
"lint-staged": "^4.3.0",
"node-sass": "^4.7.2",
Expand Down

0 comments on commit 9dbbffd

Please sign in to comment.