Skip to content
Snippets Groups Projects
Commit e9890d23 authored by Ciro Santilli's avatar Ciro Santilli
Browse files

fix npm?

parent 9f73e1c0
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env node #!/usr/bin/env node
const fs = require('fs'); const fs = require('fs');
const path = require('path'); const path = require('path');
const PACKAGE_PATH = path.dirname(require.resolve(path.join(PACKAGE_NAME, 'package.json'))); const PACKAGE_PATH = path.dirname(require.resolve(path.join('china-dictatorship', 'package.json')));
console.log(fs.readFileSync(path.join(PACKAGE_PATH, 'README.html'))); console.log(fs.readFileSync(path.join(PACKAGE_PATH, 'README.html')));
...@@ -19,5 +19,5 @@ ...@@ -19,5 +19,5 @@
"scripts": { "scripts": {
"prepublishOnly": "make" "prepublishOnly": "make"
}, },
"version": "0.0.0" "version": "0.0.1"
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment