minor changes

* jshintrc: let's stick to defaults.
	* updated package.json to reflect suggestions on plugins.jquery.com
This commit is contained in:
Evan Carroll
2015-11-03 15:17:08 -06:00
parent 4f88f06677
commit 3b6b214eb8
2 changed files with 8 additions and 4 deletions
-3
View File
@@ -1,3 +0,0 @@
{
"browser": true
}
+8 -1
View File
@@ -24,5 +24,12 @@
}, },
"devDependencies": { "devDependencies": {
"jshint": "^2.8.0" "jshint": "^2.8.0"
} },
"keywords": [
"notify",
"notification",
"prompt",
"popup",
"jquery-plugin"
]
} }