creditcard.js 3.0.27 → 3.0.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/dist/creditcard.js +1 -1
- package/dist/creditcard.min.js +1 -1
- package/package.json +2 -3
package/README.md
CHANGED
package/dist/creditcard.js
CHANGED
package/dist/creditcard.min.js
CHANGED
package/package.json
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "creditcard.js",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.29",
|
|
4
4
|
"description": "A simple library for credit-card validation in JavaScript",
|
|
5
5
|
"main": "dist/creditcard.js",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist"
|
|
8
8
|
],
|
|
9
9
|
"scripts": {
|
|
10
|
-
"
|
|
11
|
-
"postinstall": "yarn simple-git-hooks",
|
|
10
|
+
"prepare": "yarn dlx only-allow yarn && yarn simple-git-hooks",
|
|
12
11
|
"build": "yarn build:production",
|
|
13
12
|
"build:watch": "rollup -c -w",
|
|
14
13
|
"build:production": "rollup -c",
|