Skip to content

Commit 138c5a4

Browse files
usernamesebiansu
authored andcommitted
Change main in package.json to point to build/index.js (#2)
1 parent f49b123 commit 138c5a4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

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+
37
## 1.0.2 (November 13, 2019)
48

59
- Build with @zeit/ncc for better performance

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "ccscan",
33
"description": "Scan files for credit card numbers",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"author": "Neo Financial Engineering <engineering@neofinancial.com>",
66
"license": "MIT",
7-
"main": "build/app.js",
7+
"main": "build/index.js",
88
"bin": {
99
"ccscan": "bin/ccscan.js"
1010
},

0 commit comments

Comments
 (0)