Skip to content

Commit c4bdaa2

Browse files
committedDec 12, 2017
1.0.1
1 parent 1f23fa4 commit c4bdaa2

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed
 

‎package.json

+11-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "detective-less",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Find the dependencies of a less file",
55
"main": "index.js",
66
"scripts": {
@@ -16,14 +16,16 @@
1616
"ast",
1717
"dependencies"
1818
],
19-
"contributors": [{
20-
"name": "Joel Kemp",
21-
"email": "joel@mrjoelkemp.com"
22-
},
23-
{
24-
"name": "Michael Orenstein",
25-
"email": "michael@whiteshadows.me"
26-
}],
19+
"contributors": [
20+
{
21+
"name": "Joel Kemp",
22+
"email": "joel@mrjoelkemp.com"
23+
},
24+
{
25+
"name": "Michael Orenstein",
26+
"email": "michael@whiteshadows.me"
27+
}
28+
],
2729
"license": "MIT",
2830
"bugs": {
2931
"url": "https://github.com/Mike-Dax/node-detective-less/issues"

0 commit comments

Comments
 (0)
Please sign in to comment.