Skip to content

Commit

Permalink
Bumped major version number and added metadata for npm publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
chr15m committed May 25, 2022
1 parent 18a7322 commit 36306b2
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
{
"name": "jsfxr",
"version": "0.0.6",
"version": "1.0.0",
"description": "8-bit sound effects generator based on sfxr",
"main": "sfxr.js",
"homepage": "https://github.com/chr15m/jsfxr",
"repository": {
"type": "git",
"url": "https://github.com/chr15m/jsfxr.git",
"web": "https://github.com/chr15m/jsfxr"
},
"bugs": {
"url": "https://github.com/chr15m/jsfxr/issues/"
},
"keywords": ["sfxr", "jsfxr", "8-bit", "sfx", "sound effects", "synth", "8bit", "retro", "chiptune", "audio", "music", "sound", "game development"],
"devDependencies": {
"live-server": "^1.2.1"
},
Expand Down

0 comments on commit 36306b2

Please sign in to comment.