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.
0 parents commit 64b8f4eCopy full SHA for 64b8f4e
package.json
@@ -0,0 +1,22 @@
1
+{
2
+ "name": "postcss-import-resolver",
3
+ "version": "1.0.0",
4
+ "description": "Customize postcss-import resolve with enhanced-resolve",
5
+ "main": "index.js",
6
+ "repository": "git+https://github.com/clarkdo/postcss-import-resolver.git",
7
+ "author": "Clark Du",
8
+ "license": "MIT",
9
+ "scripts": {
10
+ "release": "standard-version"
11
+ },
12
+ "dependencies": {
13
+ "enhanced-resolve": "^4.0.0-beta.4"
14
15
+ "devDependencies": {
16
+ "eslint": "^4.15.0",
17
+ "eslint-config-standard": "^11.0.0-beta.0",
18
+ "eslint-plugin-node": "^5.2.1",
19
+ "eslint-plugin-standard": "^3.0.1",
20
+ "standard-version": "^4.3.0"
21
+ }
22
+}
0 commit comments