Skip to content

Commit 0ccb6a7

Browse files
committed
chore(package): adjust config
1 parent 606d6f9 commit 0ccb6a7

File tree

3 files changed

+6
-33
lines changed

3 files changed

+6
-33
lines changed

CHANGELOG.md

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +0,0 @@
1-
## [1.0.2](https://github.com/angular-extensions/pretty-html-log/compare/v1.0.1...v1.0.2) (2019-11-06)
2-
3-
4-
### Bug Fixes
5-
6-
* **package:** adjust package.json and trigger a release ([4e31227](https://github.com/angular-extensions/pretty-html-log/commit/4e3122794833ca96cda984b21d303d2e264c630c))
7-
8-
## [1.0.1](https://github.com/angular-extensions/pretty-html-log/compare/v1.0.0...v1.0.1) (2019-11-06)
9-
10-
11-
### Bug Fixes
12-
13-
* **type:** adjust typo to trigger release ([66604be](https://github.com/angular-extensions/pretty-html-log/commit/66604be0a2b0d8be4e9feb02f23de27f0f47f468))
14-
15-
# 1.0.0 (2019-11-06)
16-
17-
18-
### Bug Fixes
19-
20-
* **linting:** adjust selector in tslint ([d9ccdb7](https://github.com/angular-extensions/pretty-html-log/commit/d9ccdb77db20610f09fb5f0f91e92f0b666823e8))
21-
22-
23-
### Features
24-
25-
* **logmethod:** add logNgHTML method to console ([3054c05](https://github.com/angular-extensions/pretty-html-log/commit/3054c05a3e8aea5337bdb5f673f2c6b19759c663))
26-
* **setup:** setup library ([1337b80](https://github.com/angular-extensions/pretty-html-log/commit/1337b8069fb3a497eb7dcab43bbb21a1472e087b))
27-
* **showcase:** add a showcase ([912a254](https://github.com/angular-extensions/pretty-html-log/commit/912a25411b4d315bf58abfbac77789c82cc366d4))

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-extensions/pretty-html-log",
3-
"version": "1.0.2",
3+
"version": "0.0.0-development",
44
"scripts": {
55
"adjust-version": "npm-run-all adjust-version:*",
66
"adjust-version:lib": "replace-json-property projects/ng-simple-alert/package.json version $VERSION",
@@ -89,8 +89,5 @@
8989
"url": "https://github.com/angular-extensions/pretty-html-log/issues"
9090
},
9191
"license": "MIT",
92-
"author": "Kevin Kreuzer <@kreuzerk>",
93-
"publishConfig": {
94-
"access": "public"
95-
}
92+
"author": "Kevin Kreuzer <@kreuzerk>"
9693
}

projects/pretty-html-log/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "@angular-extensions/pretty-html-log",
3-
"version": "0.0.1",
3+
"version": "0.0.0-development",
4+
"publishConfig": {
5+
"access": "public"
6+
},
47
"dependencies": {
58
"pretty-html-log": "^1.0.6"
69
},

0 commit comments

Comments
 (0)