Skip to content

Commit

Permalink
Update wootils and jimpex
Browse files Browse the repository at this point in the history
  • Loading branch information
homer0 committed Feb 6, 2019
1 parent 432fcf2 commit 798d90f
Show file tree
Hide file tree
Showing 4 changed files with 127 additions and 178 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js:
- "8.11"
- "10.15"
after_success:
- 'cat ./coverage/lcov.info | ./node_modules/.bin/coveralls'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Allows [projext](https://yarnpkg.com/en/package/projext) to use [Rollup](https:/
|--------------|-------------------------------------------------------------------------------|
| Package | projext-plugin-rollup |
| Description | Allows projext to use Rollup as a build engine. |
| Node Version | >= v6.10.0 |
| Node Version | >= v8.0.0 |

## Usage

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "MIT",
"dependencies": {
"projext": "homer0/projext#next",
"wootils": "^1.4.0",
"wootils": "^2.0.0",
"jimple": "1.5.0",
"fs-extra": "7.0.1",
"extend": "3.0.2",
Expand Down Expand Up @@ -46,7 +46,7 @@
"jest-ex": "^6.0.0",
"jest-cli": "24.0.0",
"jasmine-expect": "4.0.1",
"jimpex": "^2.1.1",
"jimpex": "^3.0.0",
"esdoc": "1.1.0",
"esdoc-standard-plugin": "1.0.0",
"esdoc-node": "1.0.4",
Expand Down
Loading

0 comments on commit 798d90f

Please sign in to comment.