ts-retrofit
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "ts-retrofit", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A axios based retrofit implementation for TypeScript.", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"types": "lib/types/index.d.ts", | ||
"keywords": [ | ||
"retrofit", | ||
"ts", | ||
"js" | ||
"js", | ||
"axios" | ||
], | ||
@@ -15,3 +16,3 @@ "scripts": { | ||
"tslint": "tslint -c tslint.json --project . src/**/*.ts src/**/*.tsx test/**/*.test.ts test/**/*.test.tsx", | ||
"build": "tsc -p tsconfig.json && tsc -p tsconfig.declaration.json", | ||
"build": "tsc", | ||
"prepublish": "npm run build" | ||
@@ -18,0 +19,0 @@ }, |
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
17
99730
1117