Skip to content

Commit a3024f1

Browse files
committed
updaing deps
1 parent eb79215 commit a3024f1

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.eslintrc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
22
"env": {
33
"node": true
4-
},
5-
"rules": {
6-
"strict": false,
7-
"quotes": "single"
84
}
95
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-modules-local-by-default",
3-
"version": "0.0.12",
3+
"version": "1.0.0-beta1",
44
"description": "A CSS Modules transform to make local scope the default",
55
"keywords": [
66
"css-modules",
@@ -19,10 +19,10 @@
1919
"postcss": "^5.0.4"
2020
},
2121
"devDependencies": {
22-
"chokidar-cli": "^0.2.1",
22+
"chokidar-cli": "^1.0.1",
2323
"codecov.io": "^0.1.2",
2424
"coveralls": "^2.11.2",
25-
"eslint": "^0.22.1",
25+
"eslint": "^1.5.0",
2626
"istanbul": "^0.3.14",
2727
"tape": "^4.0.0"
2828
},

0 commit comments

Comments
 (0)