Skip to content

Commit

Permalink
fix package.json (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
nygardk authored and se-panfilov committed Jun 3, 2019
1 parent 84108a0 commit 7e5fa3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "jsvat",
"version": "2.0.0",
"description": "Check the validity of the format of an EU VAT number",
"main": "./dist/jsvat.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "rimraf dist && tsc -p tsconfig.json",
"test": "jest",
Expand Down

0 comments on commit 7e5fa3d

Please sign in to comment.