apollo-logger
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "apollo-logger", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Apollo GraphQL Logger", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"scripts": { | ||
"clean": "rm -rf ./lib", | ||
"compile": "tsc", | ||
"watch": "tsc -w", | ||
"lint": "tslint 'src/*.ts*' -p tsconfig.json --type-check && tslint 'test/*.ts*' -p tsconfig.json --type-check", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"prepublish": "npm run clean && npm run compile" | ||
}, | ||
@@ -12,0 +15,0 @@ "repository": { |
## Apollo GraphQL Logger | ||
[![Twitter Follow](https://img.shields.io/twitter/follow/sysgears.svg?style=social)](https://twitter.com/sysgears) | ||
## Installation | ||
@@ -4,0 +6,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
23313
91