Comparing version 0.1.0 to 0.1.1
@@ -10,7 +10,3 @@ // This is the configuration file used by BuckleScript's build system bsb. Its documentation lives here: http://bucklescript.github.io/bucklescript/docson/#build-schema.json | ||
}, | ||
"package-specs": { | ||
"module": "commonjs", | ||
"in-source": true | ||
}, | ||
"suffix": ".bs.js", | ||
"package-specs": ["es6"], | ||
"bs-dependencies": [ | ||
@@ -17,0 +13,0 @@ // add your dependencies here. You'd usually install them normally through `npm install my-dependency`. If my-dependency has a bsconfig.json too, then everything will work seamlessly. |
{ | ||
"name": "fp455", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"scripts": { | ||
"build": "bsb -make-world", | ||
"start": "bsb -make-world -w", | ||
"clean": "bsb -clean-world" | ||
"build": "rollup -c && NODE_ENV=bin rollup -c", | ||
"start": "rollup -c -w", | ||
"clean": "bsb -clean-world", | ||
"prepublish": "npm run build" | ||
}, | ||
"bin": "dist/bin.js", | ||
"main": "dist/core.js", | ||
"source": "src/Fp455.re", | ||
"keywords": [ | ||
@@ -18,5 +22,6 @@ "Huami", | ||
"license": "MIT", | ||
"bin": "bin/fp455.js", | ||
"devDependencies": { | ||
"bs-platform": "^3.1.5" | ||
"bs-platform": "^3.1.5", | ||
"rollup": "^0.60.1", | ||
"rollup-plugin-bucklescript": "^0.6.1" | ||
}, | ||
@@ -23,0 +28,0 @@ "dependencies": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
37672
14
1345
3
2
1