Skip to content

Commit c63bafd

Browse files
author
Billy He
committed
Update some configs
1 parent e26e32a commit c63bafd

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

File renamed without changes.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "flowtip",
33
"version": "2.0.0",
44
"description": "A flexible, adaptable and easy to use tooltip positioning library.",
5-
"main": "build/flowtip.js",
5+
"main": "lib/flowtip.js",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/qiushihe/flowtip.git"
@@ -14,7 +14,6 @@
1414
],
1515
"author": "Billy He <qiushihe@me.com>",
1616
"license": "MIT",
17-
"private": true,
1817
"bugs": {
1918
"url": "https://github.com/qiushihe/flowtip/issues"
2019
},

webpack.config.babel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import WebpackNotifierPlugin from "webpack-notifier";
44
const config = {
55
entry: path.resolve(__dirname, "src/flowtip.js"),
66
output: {
7-
path: path.resolve(__dirname, "build"),
7+
path: path.resolve(__dirname, "lib"),
88
filename: "flowtip.js",
99
library: "flowtip",
1010
libraryTarget: "umd"

0 commit comments

Comments
 (0)