Skip to content

Commit a3942e9

Browse files
committed
2.0.0
1 parent 4c80209 commit a3942e9

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
### HEAD
22

3+
### 2.0.0
4+
35
* Remove `glob` option and infer type of from the import path. Allows a mixture
46
of glob and module imports to be used - ([#14](https://github.com/TrySound/postcss-easy-import/pull/14))
57
* When `prefix` is set resolve non-prefixed version of a file if that is the only match, otherwise

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-easy-import",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "PostCSS plugin to inline @import rules content with extra features",
55
"keywords": [
66
"postcss",
@@ -11,6 +11,11 @@
1111
"partial"
1212
],
1313
"author": "Bogdan Chadkin <trysound@yandex.ru>",
14+
"contributors": [{
15+
"name": "Simon Smith",
16+
"url": "https://simonsmith.io",
17+
"email": "me@simonsmith.io"
18+
}],
1419
"license": "MIT",
1520
"repository": "TrySound/postcss-easy-import",
1621
"bugs": {

0 commit comments

Comments
 (0)