Skip to content

Commit

Permalink
fix build and bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
cluk3 committed Jul 8, 2019
1 parent cd9b0ed commit f7dfc03
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"name": "react-use-context-menu",
"version": "0.1.2",
"version": "0.1.3",
"description": "React hook for managing custom context menus!",
"main": "dist/use-context-menu.js",
"umd:main": "dist/react-hooks-lib.umd.js",
"module": "dist/use-context-menu.m.js",
"main": "dist/react-use-context-menu.js",
"module": "dist/react-use-context-menu.m.js",
"source": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"example": "parcel ./example/index.html --out-dir exampleDist",
"build": "microbundle -o dist/ --sourcemap false --compress false",
"build": "rm -rf ./dist && microbundle -o dist/ --sourcemap false --compress false -f es,cjs",
"dev": "microbundle watch -o dist/ --sourcemap false --compress false"
},
"engines": {
Expand Down

0 comments on commit f7dfc03

Please sign in to comment.