Skip to content

Commit

Permalink
Clean up package.json a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
marcohamersma committed Jun 5, 2015
1 parent d3a5ad3 commit ccf6980
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,14 @@
"description": "allows you to easily add BEM-style element and modifier classes to React elements, while hopefully making it easier to scan.",
"main": "index.js",
"scripts": {
"test": "jasmine"
"test": "jasmine",
"lint": "eslint ."
},
"author": "Marco Hamersma",
"license": "MIT",
"devDependencies": {
"jasmine": "^2.2.1"
},
"dependencies": {
"react": "^0.13.2",
"eslint": "^0.20.0",
"jasmine": "^2.2.1"
"jasmine": "^2.2.1",
"eslint": "^0.20.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ccf6980

Please sign in to comment.