We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c8ad4e + b56455f commit f66c21aCopy full SHA for f66c21a
.gitignore
@@ -1,3 +1,4 @@
1
dist
2
+package-lock.json
3
node_modules
4
*.log
package.json
@@ -1,6 +1,6 @@
{
"name": "scss-parser",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "A library to parse/stringify SCSS",
5
"main": "lib/index.js",
6
"license": "SEE LICENSE IN README",
@@ -20,7 +20,7 @@
20
},
21
"dependencies": {
22
"invariant": "2.2.2",
23
- "lodash": "4.17.4"
+ "lodash": "^4.17.4"
24
25
"devDependencies": {
26
"jest": "20.0.4",
0 commit comments