@4c/graphql-subscription-server
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "@4c/graphql-subscription-server", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"author": "4Catalyzer", | ||
@@ -15,3 +15,4 @@ "license": "MIT", | ||
"clean": "rm -rf lib es", | ||
"build": "npm run clean && babel src -d lib --ignore __tests__ && BABEL_ENV=esm babel src --out-dir es --ignore __tests__", | ||
"build": "npm run clean && babel src -d lib --ignore __tests__ && BABEL_ENV=esm babel src --out-dir es --ignore __tests__ && npm run build:flow", | ||
"build:flow": "for file in $(find ./src -name '*.js' -not -path '*/__tests__*'); do cp \"$file\" `echo \"$file\" | sed 's/\\/src\\//\\/lib\\//g'`.flow; cp \"$file\" `echo \"$file\" | sed 's/\\/src\\//\\/es\\//g'`.flow; done", | ||
"check": "flow check", | ||
@@ -18,0 +19,0 @@ "lint": "npm run check && eslint . && prettier --list-different --ignore-path .eslintignore '**/*.{json,css,md}'", |
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
70456
39