Permalink
Browse files

bower.json fix

  • Loading branch information...
1 parent e8c1043 commit 4ef6a775c95288238cbab843decb7b16afff05d6 @viebel committed Oct 5, 2016
Showing with 27 additions and 22 deletions.
  1. +27 −22 bower.json
View
@@ -1,28 +1,33 @@
{
- "name": "klipse",
- "homepage": "https://github.com/viebel/klipse",
- "authors": [
- "(Yehonathan Sharvit <viebel@gmail.com>)"
- ],
- "description": "a simple client-side code evaluator pluggable on any web page.",
- "main": ["dist/klipse_plugin.min.js",
- "dist/codemirror.css"],
- "keywords": [
- "clojure",
+ "name": "klipse",
+ "homepage": "https://github.com/viebel/klipse",
+ "authors": [
+ "(Yehonathan Sharvit <viebel@gmail.com>)"
+ ],
+ "description": "a simple client-side code evaluator pluggable on any web page.",
+ "main": ["dist/klipse_plugin.min.js",
+ "dist/codemirror.css"],
+ "keywords": [
+ "clojure",
"clojurescript",
"ruby",
"python",
"evaluator"
- ],
- "moduleType": "globals",
- "license": "GNU GPL",
- "ignore": [
- "demos",
- "docs",
- "images",
- "resources",
- "scripts",
- "src",
- "test"
- ]
+ ],
+ "moduleType": "globals",
+ "license": "GNU GPL",
+ "ignore": [
+ "*.txt",
+ "*.md ",
+ "*.clj*",
+ "*.yml",
+ "*.html",
+ "demos",
+ "docs",
+ "images",
+ "resources",
+ "scripts",
+ "src",
+ "test"
+ ]
}

0 comments on commit 4ef6a77

Please sign in to comment.