forgot to rename the main file in the .json files

fix-space-nbsp 0.0.0
Dmitri Akatov 11 years ago
parent 67809c3fa1
commit 6013948140

@ -1,6 +1,6 @@
{ "name": "angular-contenteditable"
, "version": "0.0.0"
, "main": "angular-radians.js"
, "main": "angular-contenteditable.js"
, "ignore":
[ ".*"
, "README.md"

@ -2,7 +2,7 @@
"name": "angular-contenteditable",
"version": "0.0.0",
"description": "angular extensions",
"main": "lib/angular-radians.js",
"main": "angular-contenteditable.js",
"directories": {
"test": "test"
},