mirror of
https://github.com/bluetech/ng-annotate-patched.git
synced 2026-07-02 00:17:42 +08:00
1.8.1
This commit is contained in:
@@ -3,3 +3,4 @@
|
|||||||
/run-tests.js
|
/run-tests.js
|
||||||
/.travis.yml
|
/.travis.yml
|
||||||
/.npmignore
|
/.npmignore
|
||||||
|
tags
|
||||||
|
|||||||
@@ -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
|
## 1.8.0 2019-01-19
|
||||||
* Require node>=6.0.0.
|
* Require node>=6.0.0.
|
||||||
* Remove a lot of trivial dependencies.
|
* Remove a lot of trivial dependencies.
|
||||||
|
|||||||
Generated
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ng-annotate-patched",
|
"name": "ng-annotate-patched",
|
||||||
"version": "1.8.0",
|
"version": "1.8.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ng-annotate-patched",
|
"name": "ng-annotate-patched",
|
||||||
"version": "1.8.0",
|
"version": "1.8.1",
|
||||||
"description": "add, remove and rebuild angularjs dependency injection annotations",
|
"description": "add, remove and rebuild angularjs dependency injection annotations",
|
||||||
"main": "src/ng-annotate-main.js",
|
"main": "src/ng-annotate-main.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Reference in New Issue
Block a user