Skip to content

Commit

Permalink
Bump version, add repo URL to package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyHairy committed Jan 8, 2018
1 parent e020cb8 commit cabe633
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "6502.ts",
"version": "0.9.1",
"version": "0.9.2",
"description": "A 6502 emulator written in typescript",
"author": "[email protected]",
"license": "GPL-2.0+",
Expand All @@ -14,6 +14,10 @@
"atari",
"2600"
],
"repository": {
"type": "git",
"url": "https://github.com/6502ts/6502.ts.git"
},
"dependencies": {
"async-mutex": "^0.1.3",
"md5": "~2.2.1",
Expand Down

0 comments on commit cabe633

Please sign in to comment.