Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rangle-mobinni committed Apr 12, 2018
1 parent 2b97314 commit 36ee445
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 14 deletions.
14 changes: 3 additions & 11 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
{
"presets": ["es2015"],
"plugins": [
"transform-object-rest-spread",
[
"ramda",
{
"useES": true
}
]
]
}
"presets": [ "es2015" ],
"plugins": ["transform-es2015-modules-umd", "transform-object-rest-spread"]
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "i18n-json-tool",
"version": "0.3.1",
"version": "0.3.2",
"description": "Convert JSON i18n files via the yandex api for quick internationalization testing",
"main": "lib/library.js",
"scripts": {
Expand Down Expand Up @@ -41,6 +41,7 @@
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-ramda": "^1.6.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ babel-plugin-transform-es2015-modules-amd@^6.24.1:
babel-runtime "^6.22.0"
babel-template "^6.24.1"

babel-plugin-transform-es2015-modules-commonjs@^6.24.1:
babel-plugin-transform-es2015-modules-commonjs@^6.24.1, babel-plugin-transform-es2015-modules-commonjs@^6.26.0:
version "6.26.0"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.26.0.tgz#0d8394029b7dc6abe1a97ef181e00758dd2e5d8a"
dependencies:
Expand Down

0 comments on commit 36ee445

Please sign in to comment.