Remove package.json from gitignore because it breaks everything

This commit is contained in:
Nick O'Leary 2015-02-08 23:14:37 +00:00
parent e042d9e8cd
commit d6c5d91e2c
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
settings.js
node_modules
credentials.json
flows*.json

View File

@ -1,6 +1,6 @@
{
"name" : "node-red",
"version" : "0.10.0",
"version" : "0.10.1",
"description" : "A visual tool for wiring the Internet of Things",
"homepage" : "http://nodered.org",
"license" : "Apache",