Skip to content

Commit

Permalink
for #1 fix main file
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkuczma committed Aug 17, 2018
1 parent 6d0339f commit 92d8544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "nhl.js",
"version": "0.1.0",
"version": "0.1.1",
"description": "Interact with the NHL api",
"main": "index.js",
"main": "lib/index.js",
"scripts": {
"build": "babel src -d lib",
"watch-build": "npm run build -- -w",
Expand Down

0 comments on commit 92d8544

Please sign in to comment.