Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
o0101 committed Aug 20, 2022
1 parent c271499 commit 3c29fb1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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,6 +1,6 @@
{
"name": "jspaint.exe",
"version": "1.0.5",
"version": "2.0.0",
"description": "My new Grader App! This is the Grader.JS base template repository. You can customize this package.json and other files to start building your app. See the README for how to.",
"main": "src/launcher.js",
"bin": {
Expand Down Expand Up @@ -38,7 +38,9 @@
},
"pkg": {
"scripts": "./build/*.js",
"assets": ["./build/app.zip"],
"assets": [
"./build/app.zip"
],
"outputPath": "./bin/"
},
"repository": {
Expand Down

0 comments on commit 3c29fb1

Please sign in to comment.