Skip to content

Commit

Permalink
npm config
Browse files Browse the repository at this point in the history
  • Loading branch information
David Silverstone authored and David Silverstone committed Jul 14, 2017
1 parent 50faae7 commit 9cc8b09
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion example-lower-case/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,16 @@
"main": "index.js",
"author": "node-red contributors",
"license": "ISC",
"dependencies": {
{
"promise": ">=6",
"nodeify": ">=1"
}
}
"node-red": {
"nodes": {
"case": "lower"
}
}
},
"private": true
}

0 comments on commit 9cc8b09

Please sign in to comment.