Skip to content

Commit

Permalink
Merge 704fb66 into ad5ff09
Browse files Browse the repository at this point in the history
  • Loading branch information
homer0 committed Dec 31, 2019
2 parents ad5ff09 + 704fb66 commit 4db2494
Show file tree
Hide file tree
Showing 5 changed files with 933 additions and 936 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
8.10
10.13
4 changes: 2 additions & 2 deletions .travis.yml
@@ -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
Expand Up @@ -34,7 +34,7 @@ class MyService {
|--------------|----------------------------------------------------------------------------------------|
| Package | projext-plugin-rollup-angularjs |
| Description | Allows you to bundle an AngularJS project with projext using the Rollup build engine. |
| Node Version | >= v8.0.0 |
| Node Version | >= v10.13.0 |

## Usage

Expand Down
23 changes: 11 additions & 12 deletions package.json
Expand Up @@ -2,33 +2,32 @@
"name": "projext-plugin-rollup-angularjs",
"description": "Allows you to bundle an AngularJS project with projext using the Rollup build engine.",
"homepage": "https://homer0.github.io/projext-plugin-rollup-angularjs/",
"version": "3.0.1",
"version": "4.0.0",
"repository": "homer0/projext-plugin-rollup-angularjs",
"author": "Leonardo Apiwan (@homer0) <me@homer0.com>",
"license": "MIT",
"dependencies": {
"babel-plugin-angularjs-annotate": "0.10.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 4db2494

Please sign in to comment.