Skip to content

Commit 93057d8

Browse files
MoOxromainmenke
authored andcommitted
Fix npm description
1 parent 02b372f commit 93057d8

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

plugins/postcss-custom-media/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.2.1 - 2014-10-09
2+
3+
- Fix npm description
4+
15
# 1.2.0 - 2014-10-01
26

37
- Add support for multiples media in query list (ref [#rework-custom-media/5](https://github.com/reworkcss/rework-custom-media/pull/5))
@@ -10,7 +14,6 @@
1014

1115
- Allow whitespace around custom media name (fix [#2](https://github.com/postcss/postcss-custom-media/issues/2))
1216

13-
1417
# 1.0.0 - 2014-08-12
1518

1619
First release based on [rework-custom-media](https://github.com/reworkcss/rework-custom-media) v0.1.1

plugins/postcss-custom-media/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014, Maxime Thirouin & Nicolas Gallagher
3+
Copyright (c) 2014 Maxime Thirouin & Nicolas Gallagher
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

plugins/postcss-custom-media/package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "postcss-custom-media",
33
"version": "1.2.0",
4-
"description": "PostCSS plugin to import CSS files",
4+
"description": " PostCSS plugin to transform W3C CSS Custom Media Queries to more compatible CSS",
55
"keywords": [
66
"css",
77
"postcss",
88
"postcss-plugins",
99
"media queries",
1010
"custom-media"
1111
],
12-
"author": "MoOx",
12+
"author": "Maxime Thirouin",
1313
"license": "MIT",
1414
"repository": {
1515
"type": "git",
@@ -18,7 +18,6 @@
1818
"files": [
1919
"CHANGELOG.md",
2020
"LICENSE",
21-
"README.md",
2221
"index.js"
2322
],
2423
"dependencies": {},

0 commit comments

Comments
 (0)