Skip to content

Commit

Permalink
fix: build and bump version to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerCodeMonkey committed May 8, 2019
1 parent 19ee666 commit 650304c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stencil-quill",
"version": "1.3.2",
"version": "2.0.0",
"description": "Native web component for quill editor",
"module": "dist/esm/index.js",
"main": "dist/index.js",
Expand All @@ -12,7 +12,6 @@
"scripts": {
"build": "stencil build",
"build:deploy": "stencil build && cp ./src/index.html ./dist && gh-pages -d ./dist",
"build:publish": "stencil build && cp ./package.json ./dist && cp ./readme.md ./dist && cp ./LICENSE ./dist",
"start": "stencil build --dev --watch --serve",
"test": "jest",
"test.watch": "jest --watch"
Expand Down

0 comments on commit 650304c

Please sign in to comment.