Skip to content

Commit 0cba82e

Browse files
author
Marten Zander
committed
meta data changes
1 parent 7211ebc commit 0cba82e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# 1.0.0 - 2016-10-25
22

3-
✨ First release based on [rework-calc](https://github.com/reworkcss/rework-calc) v1.1.0 (code mainly exported to [`reduce-css-calc`](https://github.com/MoOx/reduce-css-calc))
3+
✨ First release v1.0.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ $ npm install postcss-random
1010

1111
Further Documentation will be added soon.
1212

13-
## [License](LICENSE)
14-
## [Changelog](CHANGELOG.md)
13+
## [License](https://github.com/git-slim/postcss-random/blob/develop/LICENSE)
14+
## [Changelog](https://github.com/git-slim/postcss-random/blob/develop/CHANGELOG.md)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-random",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"description": "PostCSS plugin to generate random seeds using `random()` function",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)