Skip to content

Commit

Permalink
Release 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
seeden committed Mar 6, 2016
1 parent fe508af commit 0a9aed8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"extends": "airbnb",
"parser": "babel-eslint",
"rules": {
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-translate-maker",
"version": "0.1.9",
"version": "0.1.10",
"description": "Universal internationalization (i18n) open source library for React",
"main": "dist/index.js",
"keywords": [
Expand Down Expand Up @@ -48,22 +48,22 @@
"dependencies": {
"hoist-non-react-statics": "^1.0.5",
"inherits": "^2.0.1",
"translate-maker": "^0.3.2"
"translate-maker": "^0.3.5"
},
"devDependencies": {
"babel-cli": "^6.5.1",
"babel-core": "^6.5.2",
"babel-eslint": "^4.1.5",
"babel-cli": "^6.6.5",
"babel-core": "^6.6.5",
"babel-eslint": "^5.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-class-properties": "^6.5.2",
"babel-preset-es2015": "^6.5.0",
"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": "^1.10.3",
"eslint-config-airbnb": "^0.1.1",
"eslint": "2.2.0",
"eslint-config-airbnb": "^6.1.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-react": "^4.1.0",
"eslint-plugin-react": "^4.2.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-coveralls": "^0.1.4",
Expand Down

0 comments on commit 0a9aed8

Please sign in to comment.