Skip to content

Commit

Permalink
Merge pull request #5 from justeat/deps
Browse files Browse the repository at this point in the history
Moved build packages in devDependencies.
  • Loading branch information
DamianMullins authored Sep 20, 2017
2 parents 10f279a + 8abce48 commit 5ec7b9e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


v0.4.0
------------------------------
*September 20, 2017*

### Changed
- Moved build packages in `devDependencies`.


v0.3.0
------------------------------
*September 20, 2017*
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@justeat/f-toggle",
"description": "Fozzie vanilla JS toggle library.",
"version": "0.3.0",
"version": "0.4.0",
"main": "dist/index.js",
"homepage": "https://github.com/justeat/f-toggle",
"contributors": [
Expand All @@ -19,13 +19,16 @@
"node": ">=4.0.0"
},
"dependencies": {
"qwery": "^4.0.0"
},
"devDependencies": {
"@justeat/gulp-build-fozzie": "^6.0.0",
"babel-cli": "^6.26.0",
"babel-preset-babili": "^0.1.4",
"babel-preset-es2015": "^6.24.1",
"coveralls": "^2.13.1",
"gulp": "^3.9.1",
"js-test-buddy": "^0.0.3",
"qwery": "^4.0.0"
"js-test-buddy": "^0.0.3"
},
"keywords": [
"fozzie"
Expand All @@ -38,9 +41,6 @@
"test:cover:CI": "cat coverage/lcov.info | coveralls",
"lint": "gulp scripts:lint"
},
"devDependencies": {
"coveralls": "^2.13.1"
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx}"
Expand Down

0 comments on commit 5ec7b9e

Please sign in to comment.