Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit 91a0c3c

Browse files
committed
update project configuration
1 parent 58e4792 commit 91a0c3c

File tree

3 files changed

+3
-1997
lines changed

3 files changed

+3
-1997
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
dist
22
node_modules
33
package-lock.json
4+
yarn.lock
45
*.log*
56
*.result.css
67
.*

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[<img alt="npm version" src="https://img.shields.io/npm/v/postcss-lab-function.svg" height="20">][npm-url]
44
[<img alt="CSS Standard Status" src="https://cssdb.org/badge/lab-function.svg" height="20">][css-url]
5-
[<img alt="build status" src="https://img.shields.io/travis/csstools/postcss-lab-function/master.svg" height="20">][cli-url]
5+
[<img alt="Build Status" src="https://github.com/csstools/postcss-lab-function/workflows/test/badge.svg" height="20">][cli-url]
66
[<img alt="support chat" src="https://img.shields.io/badge/support-chat-blue.svg" height="20">][git-url]
77

88

@@ -75,7 +75,7 @@ postcssLabFunction({ preserve: true })
7575
}
7676
```
7777

78-
[cli-url]: https://travis-ci.org/csstools/postcss-lab-function
78+
[cli-url]: https://github.com/csstools/postcss-lab-function/actions/workflows/test.yml?query=workflow/test
7979
[css-url]: https://cssdb.org/#lab-function
8080
[git-url]: https://gitter.im/postcss/postcss
8181
[npm-url]: https://www.npmjs.com/package/postcss-lab-function

0 commit comments

Comments
 (0)