From cb4d823753a5422a4664cf1766028ba98e1b5f54 Mon Sep 17 00:00:00 2001 From: Aliaksei Chapyzhenka Date: Sun, 10 Oct 2021 21:08:29 -0700 Subject: [PATCH] preinstall -> install --- bin/build.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/build.js b/bin/build.js index 52316a2..254594f 100755 --- a/bin/build.js +++ b/bin/build.js @@ -1,7 +1,7 @@ #!/usr/bin/env node 'use strict'; -const fs = require('fs-extra'); +const fs = require('fs'); const cp = require('child_process'); const llparse = require('llparse'); diff --git a/package.json b/package.json index a929eeb..8b7cebb 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "watch": "mocha --watch", "build.web": "browserify ./lib/vcd-web.js | terser --compress -o demo/vcd-web.min.js", "watch.web": "watchify ./lib/vcd-web.js -o demo/vcd-web.min.js -v", - "preinstall": "node bin/build.js", + "install": "node bin/build.js", "prepare": "node bin/build.js" }, "files": [