This commit is contained in:
Ran Benita
2019-01-19 22:17:48 +02:00
parent 4efa6f52b7
commit c726973aec
4 changed files with 7 additions and 2 deletions
+1
View File
@@ -3,3 +3,4 @@
/run-tests.js
/.travis.yml
/.npmignore
tags
+4
View File
@@ -1,3 +1,7 @@
## 1.8.1 2019-01-19
* Remove a big and useless ctags file accidentally included in the 1.8.0
archive published to npm.
## 1.8.0 2019-01-19
* Require node>=6.0.0.
* Remove a lot of trivial dependencies.
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ng-annotate-patched",
"version": "1.8.0",
"version": "1.8.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ng-annotate-patched",
"version": "1.8.0",
"version": "1.8.1",
"description": "add, remove and rebuild angularjs dependency injection annotations",
"main": "src/ng-annotate-main.js",
"repository": {