File tree 5 files changed +6
-4
lines changed
5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
coverage /*
2
2
node_modules /*
3
+ test
3
4
test /*
5
+ test /introspected.js
4
6
.gitignore
5
7
.travis.yml
6
8
index.html
Original file line number Diff line number Diff line change 77
77
</ div > <!-- /wrapper -->
78
78
< div class ='footer quiet pad2 space-top1 center small '>
79
79
Code coverage
80
- generated by < a href ="http://istanbul-js.org/ " target ="_blank "> istanbul</ a > at Sat May 13 2017 16:23:46 GMT+0100 (BST)
80
+ generated by < a href ="http://istanbul-js.org/ " target ="_blank "> istanbul</ a > at Sat May 13 2017 18:02:29 GMT+0100 (BST)
81
81
</ div >
82
82
</ div >
83
83
< script src ="prettify.js "> </ script >
Original file line number Diff line number Diff line change 77
77
</ div > <!-- /wrapper -->
78
78
< div class ='footer quiet pad2 space-top1 center small '>
79
79
Code coverage
80
- generated by < a href ="http://istanbul-js.org/ " target ="_blank "> istanbul</ a > at Sat May 13 2017 16:23:46 GMT+0100 (BST)
80
+ generated by < a href ="http://istanbul-js.org/ " target ="_blank "> istanbul</ a > at Sat May 13 2017 18:02:29 GMT+0100 (BST)
81
81
</ div >
82
82
</ div >
83
83
< script src ="../prettify.js "> </ script >
Original file line number Diff line number Diff line change 571
571
</ div > <!-- /wrapper -->
572
572
< div class ='footer quiet pad2 space-top1 center small '>
573
573
Code coverage
574
- generated by < a href ="http://istanbul-js.org/ " target ="_blank "> istanbul</ a > at Sat May 13 2017 16:23:46 GMT+0100 (BST)
574
+ generated by < a href ="http://istanbul-js.org/ " target ="_blank "> istanbul</ a > at Sat May 13 2017 18:02:29 GMT+0100 (BST)
575
575
</ div >
576
576
</ div >
577
577
< script src ="../prettify.js "> </ script >
Original file line number Diff line number Diff line change 2
2
"name" : " introspected" ,
3
3
"version" : " 0.1.7" ,
4
4
"description" : " Introspection for serializable arrays and JSON like objects." ,
5
- "main" : " introspected.js" ,
5
+ "main" : " ./ introspected.js" ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
8
"url" : " git+https://github.com/WebReflection/introspected.git"
You can’t perform that action at this time.
0 commit comments