battleship-connect
Advanced tools
Comparing version 1.0.0 to 1.0.2
{ | ||
"name": "battleship-connect", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"description": "sdk for connecting blockchain game to the blockchain. ", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"scripts": { | ||
@@ -13,9 +12,7 @@ "test": "jest --config jestconfig.json", | ||
"lint": "tslint -p tsconfig.json", | ||
"prepare" : "npm run build", | ||
"prepublishOnly" : "npm test && npm run lint", | ||
"preversion" : "npm run lint", | ||
"version" : "npm run format && git add -A src", | ||
"postversion" : "git push && git push --tags" | ||
"prepare": "npm run build", | ||
"prepublishOnly": "npm test && npm run lint", | ||
"preversion": "npm run lint", | ||
"version": "npm run format && git add -A src", | ||
"postversion": "git push && git push --tags" | ||
}, | ||
@@ -22,0 +19,0 @@ "repository": { |
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
3034