Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
artf committed Jun 12, 2023
1 parent 75f99f1 commit d0acd42
Show file tree
Hide file tree
Showing 2 changed files with 5 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.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "grapesjs-firestore",
"version": "1.0.2",
"version": "1.0.3",
"description": "GrapesJS Cloud Firestore Storage Wrapper",
"main": "dist/index.js",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"patch": "npm version patch -m 'Bump v%s'",
"start": "grapesjs-cli serve",
Expand Down

0 comments on commit d0acd42

Please sign in to comment.