Skip to content

Commit

Permalink
Bumps to version 1.1.0 and supports node >= 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
chadpaulson committed Apr 9, 2016
1 parent 89c9f77 commit db528cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
@@ -1,7 +1,4 @@
language: node_js
node_js:
- "0.10.33"
- "0.11"
- "0.12"
- "4.0"
- "5.0"
9 changes: 5 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "react-cassette-player",
"version": "1.0.0",
"version": "1.1.0",
"description": "Simple ReactJS HTML5 audio player component built with SVG icons from The Noun Project.",
"main": "lib/cassette.js",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"pretest": "npm run-script build"
},
"engines": {
"node": ">=0.10.33"
"node": ">=4"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -41,10 +41,11 @@
"react": "^15.0.0"
},
"devDependencies": {
"babel-jest": "~6.0.1",
"babel-jest": "*",
"babel-cli": "*",
"babel-preset-react": "*",
"jest-cli": "~0.4.0",
"jest-cli": "*",
"react": "^15.0.0",
"react-addons-test-utils": "^15.0.0"
},
"jest": {
Expand Down

0 comments on commit db528cf

Please sign in to comment.