Skip to content

Commit

Permalink
Merge 96b0b6f into 3fbe654
Browse files Browse the repository at this point in the history
  • Loading branch information
homer0 committed Jun 16, 2019
2 parents 3fbe654 + 96b0b6f commit 0f8f294
Show file tree
Hide file tree
Showing 2 changed files with 288 additions and 201 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@
"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": "2.0.1",
"version": "2.0.2",
"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.2.3",
"eslint": "5.16.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-plugin-import": "2.17.2",
"eslint-plugin-node": "9.0.1",
"wootils": "^2.3.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-node": "^9.1.0",
"@babel/core": "7.4.4",
"@babel/preset-env": "7.4.4",
"@babel/plugin-transform-runtime": "7.4.4",
"jest-ex": "^6.0.1",
"jest-cli": "24.8.0",
"jasmine-expect": "4.0.1",
"esdoc": "1.1.0",
"esdoc-standard-plugin": "1.0.0",
"esdoc-node": "1.0.4",
"coveralls": "3.0.3"
"jest-cli": "^24.8.0",
"jasmine-expect": "^4.0.1",
"esdoc": "^1.1.0",
"esdoc-standard-plugin": "^1.0.0",
"esdoc-node": "^1.0.4",
"coveralls": "^3.0.4"
},
"engine-strict": true,
"engines": {
Expand Down

0 comments on commit 0f8f294

Please sign in to comment.