node-ninjacat
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "node-ninjacat", | ||
"description": "Reporting & Management API Client for https://www.ninjacat.io/", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"main": "lib/Client.js", | ||
"types": "lib/Client.d.ts", | ||
"license": "MIT", | ||
@@ -25,7 +26,6 @@ "dependencies": { | ||
"scripts": { | ||
"prepare": "gosub tsc", | ||
"prepublish": "tsc", | ||
"watch": "babel --watch src --out-dir lib --extensions '.ts,.tsx'", | ||
"build": "babel src --out-dir lib --extensions '.ts,.tsx'", | ||
"tsc": "tsc" | ||
"build": "babel src --out-dir lib --extensions '.ts,.tsx'" | ||
} | ||
} |
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
11944