]> zoso.dev Git - buffer.git/commitdiff
add standard script
authorDaniel Cousens <413395+dcousens@users.noreply.github.com>
Tue, 23 Jan 2024 10:54:53 +0000 (21:54 +1100)
committerGitHub <noreply@github.com>
Tue, 23 Jan 2024 10:54:53 +0000 (21:54 +1100)
package.json

index 5fe9f49b4db5ead683d738d75ea1a17bd6a3c0b0..536fe46c386ec84c33cd8476d274b4f8a81e1260 100644 (file)
@@ -61,6 +61,7 @@
     "perf": "browserify --debug perf/bracket-notation.js > perf/bundle.js && open perf/index.html",
     "perf-node": "node perf/bracket-notation.js && node perf/concat.js && node perf/copy-big.js && node perf/copy.js && node perf/new-big.js && node perf/new.js && node perf/readDoubleBE.js && node perf/readFloatBE.js && node perf/readUInt32LE.js && node perf/slice.js && node perf/writeFloatBE.js",
     "size": "browserify -r ./ | uglifyjs -c -m | gzip | wc -c",
+    "standard": "standard",
     "test": "tape test/*.js test/node/*.js",
     "test-browser-old": "airtap -- test/*.js",
     "test-browser-old-local": "airtap --local -- test/*.js",