Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "go-for-it", | ||
"license": "MIT", | ||
"version": "1.0.1", | ||
"description": "Async Control Flow without Exceptions nor Monads", | ||
"version": "1.0.2", | ||
"description": "Error handling à la golang.", | ||
"engines": { | ||
@@ -34,4 +34,2 @@ "node": "^8.5.0" | ||
"mocha": "^3.5.3", | ||
"nsp": "^2.8.0", | ||
"nyc": "^11.2.1", | ||
"power-assert": "^1.4.4", | ||
@@ -42,10 +40,7 @@ "yarn": "^1" | ||
"scripts": { | ||
"coverage": "nyc report --reporter=lcov --reporter=html --reporter=text-summary --reporter=text", | ||
"lint": "eslint --cache -f node_modules/eslint-formatter-pretty --ignore-path .gitignore --ignore-pattern gists .", | ||
"lint": "eslint --cache -f node_modules/eslint-formatter-pretty --ignore-path .gitignore .", | ||
"pretest": "npm run lint", | ||
"test": "npm run test-only", | ||
"test-only": "NODE_ENV=test nyc mocha $(find test -name '*.spec.js')", | ||
"test-watch": "mocha -w test/**/*.spec.js", | ||
"posttest": "nsp check" | ||
"test": "mocha test/**/*.spec.js", | ||
"test-watch": "mocha -w test/**/*.spec.js" | ||
} | ||
} |
@@ -7,3 +7,3 @@ # go-for-it | ||
Read the blog post | ||
Read the blog post: | ||
> [Async Control Flow without Exceptions nor Monads](https://medium.com/@gunar/async-control-flow-without-exceptions-nor-monads-b19af2acc553) | ||
@@ -10,0 +10,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
7
2845