Remove Gruntfile.js as main in package.json

This commit is contained in:
Kyle Robinson Young 2013-09-14 12:11:50 -07:00
parent ab8b22d13d
commit 51a8db2b23

View File

@ -20,7 +20,6 @@
"url": "https://github.com/gruntjs/grunt-contrib-jasmine/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">=0.8.0"
},
@ -49,4 +48,4 @@
"headless",
"tests"
]
}
}