bump package.json

This commit is contained in:
Ciro Santilli
2020-03-17 00:00:07 +00:00
parent a2f2bcc9a5
commit 8cf8f6721b
2 changed files with 4 additions and 3 deletions

View File

@@ -4909,7 +4909,7 @@ npm i -g china-dictatorship
china-dictatorship > README.html
....
This would force China to also block package managers to block this repo. TODO: create Ubuntu PPA as well.
This would force China to also block package managers to block this repo. TODO: create Ubuntu PPA and Python PyPi versions as well.
Update all mirrors with: link:push-mirrors[]

View File

@@ -7,6 +7,7 @@
"devDependencies": {},
"files": [
"china-dictatorship",
"README",
"README.adoc",
"README.html"
],
@@ -18,7 +19,7 @@
"name": "china-dictatorship",
"repository": "cirosantilli/china-dictatorship",
"scripts": {
"prepublishOnly": "make"
"prepublishOnly": "cp README.adoc README;make"
},
"version": "0.0.4"
"version": "0.0.5"
}