Skip to content

Commit

Permalink
Release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
seeden committed Apr 20, 2016
1 parent 894f707 commit 1f8f6ee
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-translate-maker",
"version": "0.2.2",
"version": "0.2.3",
"description": "Universal internationalization (i18n) open source library for React",
"main": "dist/index.js",
"keywords": [
Expand Down Expand Up @@ -51,32 +51,33 @@
"translate-maker": "^0.4.3"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.7.4",
"babel-eslint": "^5.0.0",
"babel-cli": "^6.7.5",
"babel-core": "^6.7.6",
"babel-eslint": "^6.0.3",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"eslint": "^2.4.0",
"eslint-config-airbnb": "^6.2.0",
"eslint": "^2.8.0",
"eslint-config-airbnb": "^7.0.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-react": "^4.2.3",
"eslint-plugin-react": "^4.3.0",
"eslint-plugin-jsx-a11y": "^0.6.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-coveralls": "^0.1.4",
"gulp-jsx-coverage": "^0.3.8",
"gulp-util": "^3.0.7",
"react": "^0.14.7",
"react-addons-test-utils": "^0.14.7",
"react-dom": "^0.14.7",
"should": "^8.3.0",
"react": "^15.0.1",
"react-addons-test-utils": "^15.0.1",
"react-dom": "^15.0.1",
"should": "^8.3.1",
"mocha": "^2.4.5",
"jsdom": "^3.1.2 || ^6.5.1"
},
"peerDependencies": {
"react": "0.14.x"
"react": "15.x || 0.14.x"
}
}

0 comments on commit 1f8f6ee

Please sign in to comment.