Reverting some package.json changes

This commit is contained in:
Chad Gregory 2023-02-01 14:41:51 +00:00
parent ba7ff29f65
commit bf100bf8ba

View File

@ -1,6 +1,6 @@
{ {
"name": "node-red-node-pusher-js", "name": "node-red-node-pusher",
"version": "1.0.0", "version": "0.1.1",
"description": "A Node-RED node to send and receive messages using Pusher.com", "description": "A Node-RED node to send and receive messages using Pusher.com",
"dependencies": { "dependencies": {
"pusher": "^5.1.2", "pusher": "^5.1.2",
@ -8,7 +8,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/shaqaruden/node-red-nodes.git", "url": "https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/social/pusher" "directory": "tree/master/social/pusher"
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
@ -22,8 +22,8 @@
} }
}, },
"author": { "author": {
"name": "Shaqaruden", "name": "Dave Conway-Jones",
"email": "shaqaruden@gmail.com", "email": "ceejay@vnet.ibm.com",
"url": "http://nodered.org" "url": "http://nodered.org"
} }
} }