Skip to content

Commit

Permalink
merge-upstream: Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Dec 25, 2023
1 parent 77033dd commit 43d7b47
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"name": "scratch-storage",
"name": "@turbowarp/scratch-storage",
"version": "0.0.0-development",
"description": "Load and store project and asset files for Scratch 3.0",
"license": "BSD-3-Clause",
"homepage": "https://github.com/LLK/scratch-storage#readme",
"homepage": "https://github.com/TurboWarp/scratch-storage#readme",
"repository": {
"type": "git",
"url": "https://github.com/LLK/scratch-storage.git"
"url": "https://github.com/TurboWarp/scratch-storage.git"
},
"main": "./src/index.js",
"browser": "./src/index.js",
"main": "./dist/node/scratch-storage.js",
"browser": "./dist/web/scratch-storage.js",
"scripts": {
"prepublishOnly": "npm run build",
"build": "webpack --progress --colors --bail",
"coverage": "tap ./test/{unit,integration}/*.js --coverage --coverage-report=lcov",
"commitmsg": "commitlint -e $GIT_PARAMS",
Expand Down

0 comments on commit 43d7b47

Please sign in to comment.