This repository was archived by the owner on Apr 24, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jasmine-moment-matchers" ,
3
3
"description" : " Matchers for use with Jasmine testing framework and moment.js" ,
4
- "main" : " index.js" ,
4
+ "main" : [
5
+ " dist/jasmine-moment-matchers.js"
6
+ ],
5
7
"authors" : [
6
8
" Matt Newman"
7
9
],
20
22
" index.js" ,
21
23
" package.json"
22
24
]
23
- "main" : [
24
- " dist/jasmine-moment-matchers.js"
25
- ]
26
- }
25
+ }
Original file line number Diff line number Diff line change 4
4
"description" : " Matchers for use with Jasmine testing framework and moment.js" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
- "lint" : " jshint **.js lib/ spec/ && jscs **.js lib/ spec/ && jsonlint --in-place .jscsrc *.json lib/**/*.json spec/**/*.json" ,
7
+ "lint" : " jshint **.js lib/ spec/ && jscs **.js lib/ spec/ && jsonlint --in-place .jscsrc *.json spec/**/*.json" ,
8
8
"test" : " jasmine" ,
9
9
"browserify" : " browserify lib/index.js -o dist/jasmine-moment-matchers.js" ,
10
10
"build" : " npm run lint && npm test && npm run browserify"
20
20
"jasmine" : " ^2.4.1" ,
21
21
"jscs" : " ^2.9.0" ,
22
22
"jshint" : " ^2.9.1" ,
23
- "jsonlint" : " ^1.6.2 " ,
23
+ "jsonlint" : " github:ginman86/jsonlint#c95cda556d2c719ec723422ac0541a6531356747 " ,
24
24
"moment" : " ^2.11.1"
25
25
},
26
26
"peerDependencies" : {
27
27
"moment" : " >=1.5.0 <3"
28
28
}
29
- }
29
+ }
Original file line number Diff line number Diff line change 8
8
],
9
9
"stopSpecOnExpectationFailure" : false ,
10
10
"random" : false
11
- }
11
+ }
You can’t perform that action at this time.
0 commit comments