Skip to content

Commit

Permalink
Merge 2ca3f30 into 2472b9d
Browse files Browse the repository at this point in the history
  • Loading branch information
rejas committed Aug 30, 2018
2 parents 2472b9d + 2ca3f30 commit 2fa17b7
Show file tree
Hide file tree
Showing 8 changed files with 7,680 additions and 40 deletions.
8 changes: 1 addition & 7 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
{
"presets": ["es2015-loose", "stage-0"],
"plugins": ["add-module-exports"],
"env": {
"development": {
"sourceMaps": "inline"
}
}
"presets": ["env"]
}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
dist
.idea
.nyc_output
coverage
dist
node_modules
npm-debug.log
tmp
15 changes: 5 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
sudo: false

language: node_js
matrix:
include:
- node_js: '5'
- node_js: '4'
- node_js: '0.12'
env: NO_ESLINT=true

script: "[[ $NO_ESLINT == true ]] && npm run test-012 || npm test"

node_js:
- 6
- 8
- 10
script: "npm test"
after_success:
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# UNREALEASED

* Update svgo and other dependencies

# 1.2.4

* Fixed a regression with the per-file options (thanks to @Odrin).
Expand Down
Loading

0 comments on commit 2fa17b7

Please sign in to comment.