node-result
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "node-result", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "result", | ||
"keywords": ["result"], | ||
"keywords": [ | ||
"result" | ||
], | ||
"license": "MIT", | ||
@@ -15,12 +17,13 @@ "author": { | ||
"scripts": { | ||
"preversion" : "npm run linter", | ||
"version" : "npm run formater", | ||
"prepublishOnly" : "npm run linter", | ||
"prepare" : "npm run build", | ||
"build": "npx tsc", | ||
"formater": "npx prettier --write 'src/**/*.ts'", | ||
"linter": "npx tslint -p tsconfig.json 'src/**/*.ts'" | ||
"formatter": "npx prettier --write \"src/**/*.ts\"", | ||
"linter": "npx tslint -p tsconfig.json \"src/**/*.ts\"", | ||
"preversion": "npm run linter", | ||
"version": "npm run formatter", | ||
"prepublishOnly": "npm run linter", | ||
"prepare": "npm run build", | ||
"build": "npx tsc" | ||
}, | ||
"files": ["build/**/*"], | ||
"files": [ | ||
"lib/**/*" | ||
], | ||
"dependencies": {}, | ||
@@ -27,0 +30,0 @@ "devDependencies": { |
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
2951
5
33