react-google-calendar-api
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "react-google-calendar-api", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "An api to manage your google calendar", | ||
"main": "ApiCalendar.js", | ||
"main": "./build/ApiCalendar.js", | ||
"scripts": { | ||
"build": "tslint --project . && tsc && rm *.test.js", | ||
"test": "jest" | ||
"test": "jest", | ||
"babel": "babel ./ApiCalendar.js -d build" | ||
}, | ||
@@ -42,11 +43,13 @@ "jest": { | ||
"@types/jest": "^22.2.3", | ||
"jest": "^22.4.3", | ||
"babel-cli": "^6.26.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"jest": "^22.4.4", | ||
"linted": "0.0.2", | ||
"ts-jest": "^22.4.4", | ||
"tslint": "^5.9.1", | ||
"ts-jest": "^22.4.6", | ||
"tslint": "^5.10.0", | ||
"typescript": "^2.8.3" | ||
}, | ||
"dependencies": { | ||
"@types/node": "^9.6.6" | ||
"@types/node": "^9.6.18" | ||
} | ||
} |
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
28945
11
584
8
Updated@types/node@^9.6.18