Skip to content

Commit

Permalink
Release 6.4: Add prepublish and gitignores for package-lock and dist …
Browse files Browse the repository at this point in the history
…file
  • Loading branch information
jairo-bc committed Nov 4, 2020
1 parent a3c824b commit f58531a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"ignorePatterns": ["dist"],
"rules": {
"indent": [
2,
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.idea
node_modules/
.DS_Store
.coverage
.coverage
package-lock.json
dist/stencil-utils.min.js
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bigcommerce/stencil-utils",
"version": "6.3.0",
"version": "6.4.0",
"main": "src/main.js",
"license": "BSD-4-Clause",
"author": "Bigcommerce",
Expand All @@ -14,7 +14,8 @@
"test": "jest",
"test-with-coverage": "jest --coverage --verbose",
"lint": "eslint .",
"lint--fix": "eslint . --fix"
"lint--fix": "eslint . --fix",
"prepublish": "npm run build"
},
"dependencies": {
"eventemitter3": "^4.0.4",
Expand Down

0 comments on commit f58531a

Please sign in to comment.