colorino 0.3.0 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "colorino",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "A super simple colorized logger that gets the most out of your terminal",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"homepage": "https://github.com/simwai/colorino",
|
|
16
16
|
"repository": {
|
|
17
17
|
"type": "git",
|
|
18
|
-
"url": "https://github.com/simwai/colorino.git"
|
|
18
|
+
"url": "git+https://github.com/simwai/colorino.git"
|
|
19
19
|
},
|
|
20
20
|
"bugs": {
|
|
21
21
|
"url": "https://github.com/simwai/colorino/issues"
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"version:major": "npm version major",
|
|
55
55
|
"preversion": "npm run build && npm run test:all",
|
|
56
56
|
"prepublishOnly": "npm run build && npm run test:all",
|
|
57
|
-
"postversion": "npm publish --access public",
|
|
57
|
+
"postversion": "npm publish --access public --ignore-scripts",
|
|
58
58
|
"prepare": "husky"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|