Skip to content

Commit

Permalink
fix: package.json main
Browse files Browse the repository at this point in the history
  • Loading branch information
Akiq2016 committed Dec 3, 2020
1 parent 84594e5 commit 9dafebd
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": "@hzfe/wxml-loader",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "index.js",
"main": "lib/index.js",
"scripts": {
"build": "babel src -d lib"
},
Expand Down

0 comments on commit 9dafebd

Please sign in to comment.