Skip to content

Commit

Permalink
Enforce standards
Browse files Browse the repository at this point in the history
  • Loading branch information
micahlmartin committed Apr 8, 2015
1 parent 3dce327 commit dd58aee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions circle.yml
@@ -0,0 +1,3 @@
test:
pre:
- npm run lint
7 changes: 5 additions & 2 deletions package.json
@@ -1,5 +1,8 @@
{
"name": "illacceptanything",
"scripts": {
"lint": "jslint *.js"
},
"devDependencies": {
"benchmark": "1.x.x",
"bower": "~1.3.9",
Expand Down Expand Up @@ -32,6 +35,7 @@
"jasmine-node": "~1.14.5",
"jasmine-reporters": "~1.0.1",
"jshint-stylish": "~1.0.0",
"jslint": "^0.9.0-pre006",
"karma": "0.12.32",
"karma-browserstack-launcher": "0.1.2",
"karma-chrome-launcher": "0.1.5",
Expand All @@ -55,6 +59,5 @@
"shelljs": "~0.3.0",
"sorted-object": "^1.0.0",
"stringmap": "^0.2.2"
},
"dependencies": {}
}
}

0 comments on commit dd58aee

Please sign in to comment.