mirror of
https://github.com/jwetzell/psn-js.git
synced 2026-08-13 03:13:52 +00:00
update package.json
This commit is contained in:
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@jwetzell/posistagenet",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@jwetzell/posistagenet",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"binary-parser": "^2.2.1"
|
||||
|
||||
+9
-3
@@ -1,12 +1,18 @@
|
||||
{
|
||||
"name": "@jwetzell/posistagenet",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"example:client": "node examples/psn_client.js",
|
||||
"example:server": "node examples/psn_server.js"
|
||||
},
|
||||
"author": "",
|
||||
"author": {
|
||||
"name": "Joel Wetzell",
|
||||
"email": "me@jwetzell.com",
|
||||
"url": "https://jwetzell.com"
|
||||
},
|
||||
"repository": "https://github.com/jwetzell/psn-js",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"eslint": "^8.48.0",
|
||||
|
||||
Reference in New Issue
Block a user