diff --git a/bower.json b/bower.json index 4553aa2..a74a29c 100644 --- a/bower.json +++ b/bower.json @@ -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" ], @@ -20,7 +22,4 @@ "index.js", "package.json" ] - "main": [ - "dist/jasmine-moment-matchers.js" - ] -} +} \ No newline at end of file diff --git a/package.json b/package.json index d11585d..a18c836 100644 --- a/package.json +++ b/package.json @@ -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" @@ -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" } -} +} \ No newline at end of file diff --git a/spec/support/jasmine.json b/spec/support/jasmine.json index 3ea3166..d0cec7e 100644 --- a/spec/support/jasmine.json +++ b/spec/support/jasmine.json @@ -8,4 +8,4 @@ ], "stopSpecOnExpectationFailure": false, "random": false -} +} \ No newline at end of file