We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f23fa4 commit c4bdaa2Copy full SHA for c4bdaa2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "detective-less",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Find the dependencies of a less file",
5
"main": "index.js",
6
"scripts": {
@@ -16,14 +16,16 @@
16
"ast",
17
"dependencies"
18
],
19
- "contributors": [{
20
- "name": "Joel Kemp",
21
- "email": "joel@mrjoelkemp.com"
22
- },
23
- {
24
- "name": "Michael Orenstein",
25
- "email": "michael@whiteshadows.me"
26
- }],
+ "contributors": [
+ {
+ "name": "Joel Kemp",
+ "email": "joel@mrjoelkemp.com"
+ },
+ "name": "Michael Orenstein",
+ "email": "michael@whiteshadows.me"
27
+ }
28
+ ],
29
"license": "MIT",
30
"bugs": {
31
"url": "https://github.com/Mike-Dax/node-detective-less/issues"
0 commit comments