graphql-server-decorators
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "graphql-server-decorators", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Create graphql server easier", | ||
@@ -8,4 +8,5 @@ "main": "./dist/index.js", | ||
"scripts": { | ||
"clean": "rm -rf ./dist", | ||
"compile": "./node_modules/.bin/tsc -p .", | ||
"prepublish": "npm run compile", | ||
"prepublish": "npm run clean && npm run compile", | ||
"pretest": "npm run compile", | ||
@@ -12,0 +13,0 @@ "test": "./node_modules/.bin/mocha ./dist/*.test.js" |
Sorry, the diff of this file is not supported yet
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
49957
22
378