@parcel/source-map
Advanced tools
Comparing version 2.0.0-alpha.4.7 to 2.0.0-alpha.4.8
{ | ||
"name": "@parcel/source-map", | ||
"version": "2.0.0-alpha.4.7", | ||
"version": "2.0.0-alpha.4.8", | ||
"main": "./dist/node.js", | ||
@@ -14,10 +14,10 @@ "browser": "./dist/wasm-browser.js", | ||
"benchmark:wasm": "cross-env BACKEND=wasm node ./bench/run", | ||
"compile-wasm": "make", | ||
"transpile": "babel ./src/*.js --out-dir ./dist && flow-copy-source -v src dist", | ||
"compile-wasm": "make", | ||
"lint": "prettier --write src/*.js", | ||
"prebuild": "prebuildify --napi --strip --tag-libc", | ||
"build:dev": "node-gyp rebuild --debug", | ||
"rebuild": "rm -rf build && yarn build:dev", | ||
"postinstall": "node-gyp-build", | ||
"install": "node-gyp-build", | ||
"prepublish": "npm run transpile", | ||
"lint": "prettier --write src/*.js", | ||
"typecheck": "flow" | ||
@@ -24,0 +24,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2188411