Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Using branch of jsonlint that supports multiple files
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjnewman committed Jan 26, 2016
1 parent d183f2e commit 721fa7b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
9 changes: 4 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "jasmine-moment-matchers",
"description": "Matchers for use with Jasmine testing framework and moment.js",
"main": "index.js",
"main": [
"dist/jasmine-moment-matchers.js"
],
"authors": [
"Matt Newman"
],
Expand All @@ -20,7 +22,4 @@
"index.js",
"package.json"
]
"main": [
"dist/jasmine-moment-matchers.js"
]
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Matchers for use with Jasmine testing framework and moment.js",
"main": "index.js",
"scripts": {
"lint": "jshint **.js lib/ spec/ && jscs **.js lib/ spec/ && jsonlint --in-place .jscsrc *.json lib/**/*.json spec/**/*.json",
"lint": "jshint **.js lib/ spec/ && jscs **.js lib/ spec/ && jsonlint --in-place .jscsrc *.json spec/**/*.json",
"test": "jasmine",
"browserify": "browserify lib/index.js -o dist/jasmine-moment-matchers.js",
"build": "npm run lint && npm test && npm run browserify"
Expand All @@ -20,10 +20,10 @@
"jasmine": "^2.4.1",
"jscs": "^2.9.0",
"jshint": "^2.9.1",
"jsonlint": "^1.6.2",
"jsonlint": "github:ginman86/jsonlint#c95cda556d2c719ec723422ac0541a6531356747",
"moment": "^2.11.1"
},
"peerDependencies": {
"moment": ">=1.5.0 <3"
}
}
}
2 changes: 1 addition & 1 deletion spec/support/jasmine.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
],
"stopSpecOnExpectationFailure": false,
"random": false
}
}

0 comments on commit 721fa7b

Please sign in to comment.