Compare commits
No commits in common. "v0.2.3" and "v0.2.2" have entirely different histories.
|
@ -1,10 +1,3 @@
|
||||||
## [0.2.3](https://git.lumeweb.com/LumeWeb/node-library-preset/compare/v0.2.2...v0.2.3) (2023-06-26)
|
|
||||||
|
|
||||||
|
|
||||||
### Bug Fixes
|
|
||||||
|
|
||||||
* update prepare script to conditionally run presetter ([034ea89](https://git.lumeweb.com/LumeWeb/node-library-preset/commit/034ea8967104a197e7911637b2691364b23d1efc))
|
|
||||||
|
|
||||||
## [0.2.2](https://git.lumeweb.com/LumeWeb/node-library-preset/compare/v0.2.1...v0.2.2) (2023-06-26)
|
## [0.2.2](https://git.lumeweb.com/LumeWeb/node-library-preset/compare/v0.2.1...v0.2.2) (2023-06-26)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
"readme": "ERROR: No README data found!",
|
"readme": "ERROR: No README data found!",
|
||||||
"_id": "@lumeweb/node-library-preset@0.1.0",
|
"_id": "@lumeweb/node-library-preset@0.1.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "bash -c 'if command -v presetter &> /dev/null; then presetter bootstrap; fi'",
|
"prepare": "presetter bootstrap",
|
||||||
"build": "run build",
|
"build": "run build",
|
||||||
"semantic-release": "semantic-release"
|
"semantic-release": "semantic-release"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue