Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
Make promise-mock a dev dependency. It was previously incorrectly a
regular dependency
  • Loading branch information
jstejada committed Oct 1, 2016
1 parent 60fa458 commit 1c26b7c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# React Typist Changelog

### v1.0.1 (10/01/16)

- Fixes
+ Move `promise-mock` as a `devDepencency`


### v1.0.0 (10/01/16)

This version should have no breaking changes, but given that we've bumped a
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-typist",
"version": "1.0.0",
"version": "1.0.1",
"description": "Typing animations with React",
"main": "dist/Typist.js",
"scripts": {
Expand Down Expand Up @@ -62,6 +62,7 @@
"mock-promises": "^0.6.1",
"node-sass": "^3.4.2",
"postcss-loader": "^0.8.2",
"promise-mock": "^1.1.0",
"react": "^15.0",
"react-addons-test-utils": "^15.0",
"react-dom": "^15.0",
Expand All @@ -70,7 +71,5 @@
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"promise-mock": "^1.1.0"
}
"dependencies": {}
}

0 comments on commit 1c26b7c

Please sign in to comment.