@gidw/bytestringbuffer
Advanced tools
Comparing version 0.0.1 to 0.1.0
{ | ||
"name": "@gidw/bytestringbuffer", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "JavaScript buffer implementation", | ||
@@ -14,3 +14,4 @@ "author": "Gilles De Waele", | ||
"main": "dist/byte_string_buffer.js", | ||
"types": "dist/byte_string_buffer.d.ts", | ||
"module": "es/byte_string_buffer.js", | ||
"types": "types/byte_string_buffer.d.ts", | ||
"dependencies": {}, | ||
@@ -30,8 +31,12 @@ "devDependencies": { | ||
"lint": "standard src/**/*.{js,ts}", | ||
"build": "tsc", | ||
"clean": "rm -rf dist/*" | ||
"build-cjs": "tsc -p tsconfig-cjs.json", | ||
"build-es": "tsc -p tsconfig-es.json", | ||
"build": "npm run build-cjs && npm run build-es", | ||
"clean": "rm -rf dist/* && rm -rf es/* && rm -rf types/*" | ||
}, | ||
"standard": { | ||
"ignore": [ | ||
"dist/**/*" | ||
"dist/**/*", | ||
"es/**/*", | ||
"types:/**/*" | ||
], | ||
@@ -38,0 +43,0 @@ "parser": "@typescript-eslint/parser", |
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
9364
8
223