Skip to content

Commit

Permalink
v2.0.7: Updated version to 6. Rollbacked to NodeJS 4
Browse files Browse the repository at this point in the history
  • Loading branch information
vtrushin committed Dec 4, 2018
1 parent f018050 commit 1bf2144
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 22 deletions.
10 changes: 4 additions & 6 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"presets": [
["@babel/preset-env", {
"modules": false,
"targets": {
"node": 4
}
}]
["es2015", {
"modules": false
}],
"stage-3"
]
}
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true

[*.{json,md}]
[*.{json,md,yml,babelrc}]
indent_style = space
indent_size = 2
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "4"
- "5"
- "6"
- "7"
- "8"
- "node"
- "4"
- "5"
- "6"
- "7"
- "8"
- "node"
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v2.0.6
## v2.0.7
- Decreased minimal NodeJS version to 4 (minimal NodeJS version 6 will be in the next major version of "json-to-ast")

## v2.0.5
Expand Down
20 changes: 12 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-to-ast",
"version": "2.0.6",
"version": "2.0.7",
"author": "Vlad Trushin",
"description": "JSON AST parser",
"homepage": "https://github.com/vtrushin/json-to-ast",
Expand Down Expand Up @@ -37,15 +37,19 @@
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"babel-core": "^6.26.3",
"babel-helpers": "^6.24.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"code-error-fragment": "0.0.230",
"coveralls": "^3.0.2",
"mocha": "^5.2.0",
"rollup": "^0.67.4",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^3.4.0"
"mocha": "5.2.0",
"rollup": "^0.50.0",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-commonjs": "^8.2.4",
"rollup-plugin-node-resolve": "^3.0.0"
},
"license": "MIT"
}

0 comments on commit 1bf2144

Please sign in to comment.