Skip to content

Commit

Permalink
Update package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Jun 10, 2021
1 parent a83bc7e commit 2942ca7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"name": "@node-red/flow-parser",
"version": "1.0.0",
"version": "1.0.1",
"description": "Parser Utility for Node-RED Flow JSON",
"repository": {
"type": "git",
"url": "https://github.com/node-red/flow-parser.git"
},
"main": "lib/index.js",
"scripts": {
"test": "npx mocha ./test/test.js",
"docs": "npx jsdoc -c ./jsdoc.json -d docs -R README.md lib"
},
"keywords": [],
"keywords": ["node-red"],
"license": "Apache-2.0",
"devDependencies": {
"jsdoc": "^3.6.7",
Expand Down

0 comments on commit 2942ca7

Please sign in to comment.