Skip to content

Commit

Permalink
No more babel-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
mdebbar committed Sep 10, 2016
1 parent 2cc0ce9 commit 36b2424
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"presets": ["es2015", "stage-1"],
"plugins": ["transform-decorators-legacy", "transform-runtime"]
"plugins": ["transform-decorators-legacy"]
}
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobx-cache",
"version": "0.0.3",
"version": "0.0.4",
"description": "An observable data cache with MobX",
"author": "Mouad Debbar <mouad.debbar@gmail.com>",
"main": "lib/mobx-cache.js",
Expand All @@ -20,18 +20,17 @@
"babel-eslint": "^6.1.2",
"babel-jest": "^15.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-1": "^6.13.0",
"babel-runtime": "^6.11.6",
"coveralls": "^2.11.12",
"eslint": "^3.4.0",
"eslint-plugin-import": "^1.14.0",
"jest": "^15.1.1",
"rimraf": "^2.5.4"
},
"dependencies": {
"babel-runtime": "^6.11.6",
"mobx": "^2.5.1"
}
}

0 comments on commit 36b2424

Please sign in to comment.