Skip to content

Commit

Permalink
Merge d9a0c5e into 6d47cc9
Browse files Browse the repository at this point in the history
  • Loading branch information
homer0 committed Dec 31, 2019
2 parents 6d47cc9 + d9a0c5e commit 99f5a1d
Show file tree
Hide file tree
Showing 5 changed files with 991 additions and 1,001 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.10
10.13
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "8.11"
- "10.15"
- "10.18"
- "12.14"
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 @@ -24,7 +24,7 @@ It also adds a few extra functionalities:
|--------------|----------------------------------------------------------------------------------------|
| Package | projext-plugin-webpack-aurelia |
| Description | Allows you to bundle an Aurelia project with projext using the webpack build engine. |
| Node Version | >= v8.0.0 |
| Node Version | >= v10.13.0 |

## Usage

Expand Down
31 changes: 15 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,44 +2,43 @@
"name": "projext-plugin-webpack-aurelia",
"description": "Allows you to bundle an Aurelia project with projext using the webpack build engine.",
"homepage": "https://homer0.github.io/projext-plugin-webpack-aurelia/",
"version": "2.1.1",
"version": "3.0.0",
"repository": "homer0/projext-plugin-webpack-aurelia",
"author": "Leonardo Apiwan (@homer0) <me@homer0.com>",
"license": "MIT",
"dependencies": {
"aurelia-extract-clean-loader": "^2.0.1",
"aurelia-extract-clean-loader": "^3.0.0",
"aurelia-webpack-plugin": "^4.0.0",
"aurelia-loader-webpack": "^2.2.1",
"aurelia-loader-nodejs": "^1.0.1",
"aurelia-pal-nodejs": "^1.2.0",

"aurelia-templating": "^1.10.2",
"aurelia-dependency-injection": "^1.5.1",
"aurelia-dependency-injection": "^1.5.2",
"aurelia-path": "^1.1.5",

"webpack": "^4.41.2",
"babel-plugin-transform-class-inject-directive": "^2.0.1"
"webpack": "^4.41.5",
"babel-plugin-transform-class-inject-directive": "^3.0.0"
},
"devDependencies": {
"wootils": "^2.6.5",
"eslint": "^6.5.1",
"eslint-plugin-homer0": "^2.0.1",
"@babel/core": "7.6.4",
"@babel/preset-env": "7.6.3",
"@babel/plugin-transform-runtime": "7.6.2",
"jest-ex": "^6.1.1",
"wootils": "^3.0.1",
"eslint": "^6.8.0",
"eslint-plugin-homer0": "^3.0.0",
"@babel/core": "7.7.7",
"@babel/preset-env": "7.7.7",
"@babel/plugin-transform-runtime": "7.7.6",
"jest-ex": "^7.0.1",
"jest-cli": "^24.9.0",
"jasmine-expect": "^4.0.3",
"esdoc": "^1.1.0",
"esdoc-standard-plugin": "^1.0.0",
"esdoc-node": "1.0.4",
"coveralls": "^3.0.7",
"husky": "^3.0.9"
"coveralls": "^3.0.9",
"husky": "^3.1.0"
},
"engine-strict": true,
"engines": {
"node": ">=8.10.0",
"npm": ">=3.0.0"
"node": ">=10.13.0"
},
"main": "src/index.js",
"husky": {
Expand Down

0 comments on commit 99f5a1d

Please sign in to comment.