We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49b123 commit 138c5a4Copy full SHA for 138c5a4
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.0.3 (December 10, 2019)
4
+
5
+- Changed `main` property in `package.json` to `build/index.js` to match the ncc build output.
6
7
## 1.0.2 (November 13, 2019)
8
9
- Build with @zeit/ncc for better performance
package.json
@@ -1,10 +1,10 @@
{
"name": "ccscan",
"description": "Scan files for credit card numbers",
- "version": "1.0.2",
+ "version": "1.0.3",
"author": "Neo Financial Engineering <engineering@neofinancial.com>",
"license": "MIT",
- "main": "build/app.js",
+ "main": "build/index.js",
"bin": {
"ccscan": "bin/ccscan.js"
10
},
0 commit comments