apollo-link-retry
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "apollo-link-retry", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "HTTP transport layer for GraphQL", | ||
@@ -13,4 +13,4 @@ "author": "Evans Hauser <evanshauser@gmail.com>", | ||
"license": "MIT", | ||
"main": "./lib/index.js", | ||
"typings": "./lib/index.d.ts", | ||
"main": "./lib/retryLink.js", | ||
"typings": "./lib/retryLink.d.ts", | ||
"repository": { | ||
@@ -25,3 +25,3 @@ "type": "git", | ||
"scripts": { | ||
"pretest": "npm run build && cp -R ./dist/src/. ./lib", | ||
"pretest": "npm run build", | ||
"test": "npm run test-only --", | ||
@@ -36,2 +36,3 @@ "posttest": "npm run lint", | ||
"build": "tsc", | ||
"postbuild": "cp -R ./dist/src/. ./lib", | ||
"watch": "tsc -w", | ||
@@ -38,0 +39,0 @@ "clean": "npm run clean:dist && npm run clean:coverage", |
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
24057