instructure-canvas-api
Advanced tools
Comparing version 1.0.4 to 2.0.0
{ | ||
"name": "instructure-canvas-api", | ||
"version": "1.0.4", | ||
"version": "2.0.0", | ||
"description": "API module to interact with canvas", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"test": "jest", | ||
"flow": "flow check --show-all-errors" | ||
"flow": "flow check --show-all-errors", | ||
"prepush": "yarn test && yarn flow" | ||
}, | ||
@@ -16,10 +17,11 @@ "dependencies": { | ||
"babel-preset-react-native": "^3.0.1", | ||
"del": "^3.0.0", | ||
"flow-bin": "^0.40.0", | ||
"jest": "^20.0.4", | ||
"gulp": "^3.9.1", | ||
"gulp-babel": "^7.0.0", | ||
"jest": "^20.0.4", | ||
"merge-stream": "^1.0.1", | ||
"del": "^3.0.0" | ||
"gulp-json-editor": "^2.2.1" | ||
}, | ||
"license": "Apache-2.0" | ||
} |
@@ -71,2 +71,6 @@ # canvas-api | ||
yarn flow | ||
yarn test | ||
yarn test | ||
### Publishing | ||
Publish to npm with `gulp publish` after updating the version in `package.json` |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
41592
45
75
8