Skip to content

Commit 00a0b93

Browse files
committedMay 13, 2017
updated .npmignore
1 parent 53c241a commit 00a0b93

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed
 

‎.npmignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
coverage/*
22
node_modules/*
3+
test
34
test/*
5+
test/introspected.js
46
.gitignore
57
.travis.yml
68
index.html

‎coverage/lcov-report/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h1>
7777
</div><!-- /wrapper -->
7878
<div class='footer quiet pad2 space-top1 center small'>
7979
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)
8181
</div>
8282
</div>
8383
<script src="prettify.js"></script>

‎coverage/lcov-report/introspected/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h1>
7777
</div><!-- /wrapper -->
7878
<div class='footer quiet pad2 space-top1 center small'>
7979
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)
8181
</div>
8282
</div>
8383
<script src="../prettify.js"></script>

‎coverage/lcov-report/introspected/introspected.js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ <h1>
571571
</div><!-- /wrapper -->
572572
<div class='footer quiet pad2 space-top1 center small'>
573573
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)
575575
</div>
576576
</div>
577577
<script src="../prettify.js"></script>

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "introspected",
33
"version": "0.1.7",
44
"description": "Introspection for serializable arrays and JSON like objects.",
5-
"main": "introspected.js",
5+
"main": "./introspected.js",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/WebReflection/introspected.git"

0 commit comments

Comments
 (0)
Please sign in to comment.