bump package.json

This commit is contained in:
Ciro Santilli
2020-03-17 00:00:03 +00:00
parent 4050a55bdf
commit caf601fe50
2 changed files with 2 additions and 2 deletions

View File

@@ -2,4 +2,4 @@
const fs = require('fs');
const path = require('path');
const PACKAGE_PATH = path.dirname(require.resolve(path.join('china-dictatorship', 'package.json')));
console.log(fs.readFileSync(path.join(PACKAGE_PATH, 'README.html')), 'utf8');
console.log(fs.readFileSync(path.join(PACKAGE_PATH, 'README.html'), 'utf8'));

View File

@@ -19,5 +19,5 @@
"scripts": {
"prepublishOnly": "make"
},
"version": "0.0.2"
"version": "0.0.3"
}