Skip to content

Commit 11f0334

Browse files
update package.json
1 parent 98c0ca6 commit 11f0334

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.gitignore
22
.eslintrc
3+
.idea
34

45
node_modules/
56
npm-debug.log

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,16 @@
1616
"url": "https://github.com/leopoldthecoder/postcss-hsl-color-function/issues"
1717
},
1818
"homepage": "https://github.com/leopoldthecoder/postcss-hsl-color-function",
19+
"main": "index.js",
1920
"dependencies": {
2021
"balanced-match": "^0.4.2",
2122
"color": "^1.0.3",
22-
"eslint-config-doran": "^1.0.3",
2323
"postcss": "^5.2.6",
2424
"postcss-message-helpers": "^2.0.0"
2525
},
2626
"devDependencies": {
2727
"eslint": "^3.12.2",
28+
"eslint-config-doran": "^1.0.3",
2829
"jest": "^18.0.0"
2930
},
3031
"scripts": {

0 commit comments

Comments
 (0)