Specify an empty dependencies set in package.json

NPM goes really crazy without this. You'll get a lot of
called_on_non_object errors when trying to perform (even
global) install operations.
This commit is contained in:
Paul Scott 2014-02-06 16:56:11 +00:00
parent 95afe66233
commit 4888452908

View File

@ -2,6 +2,7 @@
"name": "sphinx_rtd_theme",
"version": "0.0.11",
"private": true,
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-compass": "~0.2.0",