Commit a943b9c 1 parent e65739a commit a943b9c Copy full SHA for a943b9c
File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ # 7.0.0 - 2015-08-25
2
+
3
+ - Removed: compatibility with postcss v4.x
4
+ ([ #75 ] ( https://github.com/postcss/postcss-import/pull/75 ) )
5
+ - Added: compatibility with postcss v5.x
6
+ ([ #76 ] ( https://github.com/postcss/postcss-import/pull/76 ) )
7
+ - Added: lighter package by upgrading some dependencies
8
+ ([ #73 ] ( https://github.com/postcss/postcss-import/issues/73 ) )
9
+
1
10
# 6.2.0 - 2015-07-21
2
11
3
12
- Added: ` skipDuplicates ` option now allows you to ** not** skip duplicated files
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-import" ,
3
- "version" : " 6.2 .0" ,
3
+ "version" : " 7.0 .0" ,
4
4
"description" : " PostCSS plugin to import CSS files" ,
5
5
"keywords" : [
6
6
" css" ,
17
17
"url" : " https://github.com/postcss/postcss-import.git"
18
18
},
19
19
"files" : [
20
- " CHANGELOG.md" ,
21
- " LICENSE" ,
22
20
" index.js"
23
21
],
24
22
"dependencies" : {
You can’t perform that action at this time.
0 commit comments