Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "dinky.js", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A JavaScript client for Derpibooru API", | ||
@@ -19,4 +19,3 @@ "main": "lib/Dinky.js", | ||
"report:lcov": "node_modules/.bin/nyc yarn test && node_modules/.bin/nyc report --reporter=lcov yarn test", | ||
"report:ci": "yarn report:lcov && node_modules/.bin/codecov", | ||
"ci": "yarn report:ci && yarn codecov", | ||
"ci": "yarn report:lcov && yarn codecov", | ||
"eslint": "node_modules/.bin/eslint lib/**/*.js test/**/*.js", | ||
@@ -23,0 +22,0 @@ "staged": "node_modules/.bin/lint-staged" |
@@ -46,3 +46,3 @@ # dinky.js | ||
// manually set one of Derpibooru's host in constructor options if you need: | ||
dinky({url: "trixiebooru.org"}).search(["artist:rainbow", "safe"]).raindom() | ||
dinky({url: "trixiebooru.org"}).search(["artist:rainbow", "safe"]).random() | ||
.then(console.log) | ||
@@ -49,0 +49,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
15635