Skip to content

Commit

Permalink
Fix main file path
Browse files Browse the repository at this point in the history
  • Loading branch information
reod committed Dec 20, 2018
1 parent 2b4ab4e commit 2612a57
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": "koa-head",
"version": "1.1.0",
"version": "1.1.1",
"description": "A document head manager middleware for koa",
"main": "dist/index",
"main": "src/index",
"scripts": {
"test": "tape -r esm \"src/**/*.spec.js\" | tap-spec",
"build": "webpack",
Expand Down

0 comments on commit 2612a57

Please sign in to comment.