react-typist
Advanced tools
Comparing version 1.0.0 to 1.0.1
# React Typist Changelog | ||
### v1.0.1 (10/01/16) | ||
- Fixes | ||
+ Move `promise-mock` as a `devDepencency` | ||
### v1.0.0 (10/01/16) | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "react-typist", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Typing animations with React", | ||
@@ -65,2 +65,3 @@ "main": "dist/Typist.js", | ||
"postcss-loader": "^0.8.2", | ||
"promise-mock": "^1.1.0", | ||
"react": "^15.0", | ||
@@ -74,5 +75,3 @@ "react-addons-test-utils": "^15.0", | ||
}, | ||
"dependencies": { | ||
"promise-mock": "^1.1.0" | ||
} | ||
"dependencies": {} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
85235
2
34
- Removedpromise-mock@^1.1.0
- Removedpromise-mock@1.1.2(transitive)
- Removedpromise-polyfill@8.3.0(transitive)