Comparing version 0.0.2 to 0.0.3
@@ -20,3 +20,3 @@ (function (root, factory) { | ||
var SOURCE = 'library'; | ||
var VERSION = '0.0.2'; | ||
var VERSION = '0.0.3'; | ||
@@ -23,0 +23,0 @@ function Bink(options) { |
{ | ||
"name": "bink-to", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A free app for creating a link in bio page that turns your followers into customers!", | ||
@@ -8,3 +8,4 @@ "main": "./dist/index.js", | ||
"test": "npm run prepare && ./node_modules/mocha/bin/mocha test/ --recursive --timeout=10000", | ||
"prepare": "node -e 'require(`prepare-package`)'" | ||
"prepare": "node -e 'require(`prepare-package`)()'", | ||
"prepare:watch": "nodemon -w ./src -e '*' --exec 'npm run prepare'" | ||
}, | ||
@@ -33,4 +34,9 @@ "engines": { | ||
"mocha": "^8.4.0", | ||
"prepare-package": "^0.0.12" | ||
"prepare-package": "^1.1.3" | ||
}, | ||
"preparePackage": { | ||
"input": "./src", | ||
"output": "./dist", | ||
"replace": {} | ||
} | ||
} | ||
} |
@@ -34,3 +34,3 @@ <p align="center"> | ||
### Getting an API key | ||
You can use so much of `bink` for free, but if you want to do some advanced stuff, you'll need an API key. You can get one by [signing up for a Bink account](https://bink.to/authentication/signup). | ||
You can use so much of `bink` for free, but if you want to do some advanced stuff, you'll need an API key. You can get one by [signing up for a Bink account](https://bink.to/signup). | ||
@@ -37,0 +37,0 @@ ## Install Bink |
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
7313