Skip to content

Commit

Permalink
fix file pathes
Browse files Browse the repository at this point in the history
  • Loading branch information
huang2002 committed Jan 30, 2019
1 parent 525c466 commit fc55bd7
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
Expand Up @@ -2,8 +2,8 @@
"name": "@hyper-ui/core",
"description": "A lightweight front-end UI lib.",
"version": "0.15.2",
"main": "dist/hyper-ui.umd.min.js",
"module": "dist/hyper-ui.min.js",
"main": "dist/hyper-ui.core.umd.min.js",
"module": "dist/hyper-ui.core.min.js",
"types": "index.d.ts",
"scripts": {
"prebuild": "rm -rf dist typings raw",
Expand Down

0 comments on commit fc55bd7

Please sign in to comment.