Skip to content

Commit a10a83b

Browse files
committed
up
1 parent 1bfeb1e commit a10a83b

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

package.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,36 @@
11
{
22
"name": "postcss-modules-resolve-imports",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Resolves ICSS imports",
55
"main": "index.js",
6+
"engines": {
7+
"node": ">= 6.3"
8+
},
69
"scripts": {
10+
"fix": "eslint --fix {lib,test}/**/*.js *.js",
711
"test": "tape test/**/*.test.js && tape test/**/test.js"
812
},
913
"repository": {
1014
"type": "git",
11-
"url": "git+https://github.com/sullenor/postcss-modules-resolve-imports.git"
15+
"url": "git+https://github.com/css-modules/postcss-modules-resolve-imports.git"
1216
},
1317
"keywords": [],
1418
"author": "Alexey Litvinov",
1519
"license": "MIT",
1620
"bugs": {
17-
"url": "https://github.com/sullenor/postcss-modules-resolve-imports/issues"
21+
"url": "https://github.com/css-modules/postcss-modules-resolve-imports/issues"
1822
},
19-
"homepage": "https://github.com/sullenor/postcss-modules-resolve-imports#readme",
23+
"homepage": "https://github.com/css-modules/postcss-modules-resolve-imports#readme",
2024
"eslintConfig": {
2125
"extends": "@sullenor/eslint-config/node"
2226
},
2327
"peerDependencies": {
2428
"postcss": ">= 5"
2529
},
2630
"devDependencies": {
27-
"@sullenor/eslint-config": "^1.0.10",
28-
"eslint": "^3.15.0",
29-
"postcss": "^5.2.14",
31+
"@sullenor/eslint-config": "^1.0.11",
32+
"eslint": "^3",
33+
"postcss": "^5.2.16",
3034
"postcss-modules-extract-imports": "^1.0.1",
3135
"postcss-modules-local-by-default": "^1.1.1",
3236
"postcss-modules-scope": "^1.0.2",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ into:
2727
}
2828
```
2929

30-
Should be used after [postcss-modules-scope](https://github.com/css-modules/postcss-modules-scope).
30+
**Note**: should be used after [postcss-modules-scope](https://github.com/css-modules/postcss-modules-scope).
3131

3232

3333
## Options

0 commit comments

Comments
 (0)