Skip to content

Commit

Permalink
updated modules
Browse files Browse the repository at this point in the history
  • Loading branch information
mkamakura committed Jun 5, 2016
1 parent b10f5d7 commit e2bc8c0
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 25 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["es2015"]
}
51 changes: 26 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "redux-jquery",
"version": "0.0.1",
"description": "",
"description": "jQuery/Redux Examples",
"main": "index.js",
"scripts": {
"test:ava": "ava -v",
Expand All @@ -12,36 +12,36 @@
"serve:gitbook": "gitbook serve",
"serve:server": "browser-sync start --server --files **/*",
"start": "run-p -l watch serve:server",
"build": "globify \"examples/**/js/index.js\" --outfile=build",
"watch": "globify \"examples/**/js/index.js\" --outfile=build -d -w"
"build": "globar \"examples/**/js/index.js\" --outfile=build",
"watch": "globar \"examples/**/js/index.js\" --outfile=build -d -w"
},
"author": "Masaya Kamakura <kamakura.masaya@gmail.com> (https://github.com/mkamakura)",
"license": "MIT",
"dependencies": {
"isomorphic-fetch": "2.2.0",
"jquery": "2.1.4",
"isomorphic-fetch": "2.2.1",
"jquery": "2.2.4",
"predicates": "1.0.1",
"redux": "3.0.4",
"redux-actions": "0.9.0",
"redux-logger": "2.2.1",
"redux-thunk": "1.0.0"
"redux": "3.5.2",
"redux-actions": "0.9.1",
"redux-logger": "2.6.1",
"redux-thunk": "2.1.0"
},
"devDependencies": {
"ava": "0.14.0",
"babel": "6.3.13",
"babel-eslint": "4.1.6",
"babelify": "6.3.0",
"browser-sync": "2.12.7",
"eslint": "1.10.3",
"eslint-plugin-ava": "2.2.1",
"eslint-plugin-babel": "3.0.0",
"gitbook": "2.6.6",
"gitbook-cli": "1.0.1",
"gitbook-plugin-include-codeblock": "1.5.0",
"globify": "1.2.1",
"npm-run-all": "2.0.0",
"textlint": "5.1.0",
"textlint-rule-preset-japanese": "1.0.1"
"ava": "0.15.2",
"babel": "6.5.2",
"babel-eslint": "6.0.4",
"babelify": "7.3.0",
"browser-sync": "2.12.12",
"eslint": "2.11.1",
"eslint-plugin-ava": "2.4.0",
"eslint-plugin-babel": "3.2.0",
"gitbook": "3.0.3",
"gitbook-cli": "2.2.0",
"gitbook-plugin-include-codeblock": "1.9.0",
"globar": "0.9.7",
"npm-run-all": "2.1.1",
"textlint": "6.10.0",
"textlint-rule-preset-japanese": "1.3.2"
},
"engines": {
"node": ">=5.0.0"
Expand All @@ -62,6 +62,7 @@
],
"require": [
"babel-core/register"
]
],
"babel": "inherit"
}
}

0 comments on commit e2bc8c0

Please sign in to comment.