Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/briancodes/dom-log
Browse files Browse the repository at this point in the history
  • Loading branch information
briancodes committed Jul 3, 2019
2 parents fdfd6cd + ce2a34a commit 12e61c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
node_modules
app/build
.cache
.rts*
dist
coverage
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"scripts": {
"serve": "parcel app/app-index.html --out-dir app/build --open",
"build": "microbundle --name domLog",
"build": "microbundle --name domLog --no-compress",
"test": "jest",
"coverage": "jest --coverage",
"release": "npm run build && np"
Expand All @@ -21,7 +21,6 @@
"module": "dist/index.m.js",
"umd:main": "dist/index.umd.js",
"unpkg": "dist/index.umd.js",
"types": "dist/index.d.ts",
"files": [
"lib",
"dist"
Expand Down

0 comments on commit 12e61c2

Please sign in to comment.