Skip to content

Commit

Permalink
switch to babel-plugin-inline-json
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev committed Aug 11, 2016
1 parent d02a527 commit 9a7636b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"presets": ["es2015-loose"],
"plugins": ["transform-es3-property-literals", "transform-es3-member-expression-literals", "inline-json-config-values"]
"plugins": ["transform-es3-property-literals", "transform-es3-member-expression-literals", "inline-json"]
}
2 changes: 1 addition & 1 deletion build/grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ module.exports = function(grunt) {
plugins: [
'transform-es3-property-literals',
'transform-es3-member-expression-literals',
'inline-json-config-values'
'inline-json'
]
},
es5: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-plugin-inline-json-config-values": "^1.0.0",
"babel-plugin-inline-json": "^1.1.1",
"babel-plugin-transform-es3-member-expression-literals": "^6.8.0",
"babel-plugin-transform-es3-property-literals": "^6.8.0",
"babel-plugin-transform-runtime": "^6.9.0",
Expand Down

0 comments on commit 9a7636b

Please sign in to comment.