File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
- <a name =" 1.0 .0 " ></a >
2
- # 1.0.0 (2016-10-10 )
1
+ <a name =" 1.1 .0 " ></a >
2
+ # [ 1.1.0 ] ( https://github.com/michael-ciniawsky/postcss-load-options/compare/v1.0.2...v1.1.0 ) (2017-01-07 )
3
3
4
4
5
+ ### Features
6
+
7
+ * ** index:** config file ([ d8349b7] ( https://github.com/michael-ciniawsky/postcss-load-options/commit/d8349b7 ) )
8
+
5
9
6
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-load-options" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.1.0 " ,
4
4
"description" : " Autoload Options for PostCSS" ,
5
5
"engines" : { "node" : " >=0.12" },
6
6
"main" : " index.js" ,
7
7
"scripts" : {
8
8
"clean" : " rm -rf .nyc_output coverage jsdoc-api dmd" ,
9
9
"lint" : " standard" ,
10
10
"test" : " nyc ava -v test/pkg/index.js test/rc/index.js test/js/index.js test/err/index.js" ,
11
- "logs" : " standard-changelog > CHANGELOG.md" ,
11
+ "logs" : " standard-changelog CHANGELOG.md -w " ,
12
12
"docs" : " jsdoc2md index.js lib/options.js > INDEX.md" ,
13
13
"start" : " sudo npm run clean && npm run lint && sudo npm test"
14
14
},
You can’t perform that action at this time.
0 commit comments