Skip to content

Commit

Permalink
fix(package): fixed main directive
Browse files Browse the repository at this point in the history
  • Loading branch information
s1moe2 committed Apr 11, 2019
1 parent f52ac93 commit 68fad2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "iso-lang-codes",
"version": "0.0.0-development",
"description": "Node util for ISO Language Codes (639-1 and 693-2) and IETF Language Types",
"main": "./lib/index.js",
"main": "./src/index.js",
"scripts": {
"test": "nyc --reporter=text mocha --exit",
"lint": "eslint src/ --ext .js",
Expand Down

0 comments on commit 68fad2b

Please sign in to comment.