-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Instead of horizontal expansions with commas, which is supported only in Sass. Vertical expansions (duplicate line with different content of quoted string) work for a wider number of cases.
- Loading branch information
Showing
2 changed files
with
45 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,32 @@ | ||
{ | ||
"name": "import-glob-loader", | ||
"version": "1.0.0", | ||
"description": "Globbing preloader for Webpack", | ||
"main": "index.js", | ||
"scripts": { | ||
"prepublish": "babel src/index.js -o index.js", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [ | ||
"webpack", | ||
"loader", | ||
"glob" | ||
], | ||
"author": "Alex Lee <[email protected]>", | ||
"license": "ISC", | ||
"dependencies": { | ||
"glob": "^5.0.13", | ||
"loader-utils": "^0.2.10" | ||
}, | ||
"devDependencies": { | ||
"babel": "^5.6.14" | ||
} | ||
"name": "import-glob-loader", | ||
"version": "1.0.0", | ||
"description": "Globbing preloader for Webpack", | ||
"main": "index.js", | ||
"scripts": { | ||
"prepublish": "babel src/index.js -o index.js", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [ | ||
"webpack", | ||
"loader", | ||
"glob" | ||
], | ||
"author": "Alex Lee <[email protected]>", | ||
"license": "ISC", | ||
"dependencies": { | ||
"glob": "^5.0.13", | ||
"loader-utils": "^0.2.10" | ||
}, | ||
"devDependencies": { | ||
"babel": "^5.6.14" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/Aintaer/import-glob-loader.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/Aintaer/import-glob-loader/issues" | ||
}, | ||
"homepage": "https://github.com/Aintaer/import-glob-loader#readme" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters