We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c0ca6 commit 11f0334Copy full SHA for 11f0334
.npmignore
@@ -1,5 +1,6 @@
1
.gitignore
2
.eslintrc
3
+.idea
4
5
node_modules/
6
npm-debug.log
package.json
@@ -16,15 +16,16 @@
16
"url": "https://github.com/leopoldthecoder/postcss-hsl-color-function/issues"
17
},
18
"homepage": "https://github.com/leopoldthecoder/postcss-hsl-color-function",
19
+ "main": "index.js",
20
"dependencies": {
21
"balanced-match": "^0.4.2",
22
"color": "^1.0.3",
- "eslint-config-doran": "^1.0.3",
23
"postcss": "^5.2.6",
24
"postcss-message-helpers": "^2.0.0"
25
26
"devDependencies": {
27
"eslint": "^3.12.2",
28
+ "eslint-config-doran": "^1.0.3",
29
"jest": "^18.0.0"
30
31
"scripts": {
0 commit comments