Skip to content

Commit a58532c

Browse files
committed
Update package version to 1.1.0
1 parent 6748ee2 commit a58532c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ The official CSS implementation of the Forge design system created by [@zigurous
1111
### CDN
1212

1313
Available from any of the following:
14-
- Install with CloudFront `https://cdn.zigurous.com/forge-css@1.0.0/dist/index.min.css`
15-
- Install with jsDelivr `https://cdn.jsdelivr.net/gh/zigurous/forge-css@1.0.0/dist/index.min.css`
16-
- Install with Statically `https://cdn.statically.io/gh/zigurous/forge-css/1.0.0/dist/index.min.css`
14+
- Install with CloudFront `https://cdn.zigurous.com/forge-css@1.1.0/dist/index.min.css`
15+
- Install with jsDelivr `https://cdn.jsdelivr.net/gh/zigurous/forge-css@1.1.0/dist/index.min.css`
16+
- Install with Statically `https://cdn.statically.io/gh/zigurous/forge-css/1.1.0/dist/index.min.css`
1717

1818
Link to the stylesheet in your HTML file:
1919
```html
20-
<link href="https://cdn.zigurous.com/forge-css@1.0.0/dist/index.min.css" rel="stylesheet">
20+
<link href="https://cdn.zigurous.com/forge-css@1.1.0/dist/index.min.css" rel="stylesheet">
2121
```
2222

2323
### GitHub Packages

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zigurous/forge-css",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"license": "SEE LICENSE IN LICENSE",
55
"repository": "https://github.com/zigurous/forge-css",
66
"devDependencies": {
@@ -9,7 +9,7 @@
99
},
1010
"scripts": {
1111
"build": "lightningcss --minify --bundle --sourcemap --targets \"> 0.5%, last 2 versions, Firefox ESR, not dead\" src/index.css -o index.min.css && yarn run move-files",
12-
"move-files": "mkdir dist && (mv index.min.css dist || move index.min.css dist) && (mv index.min.css.map dist || move index.min.css.map dist)",
12+
"move-files": "mkdir dist & ((mv index.min.css dist || move index.min.css dist) && (mv index.min.css.map dist || move index.min.css.map dist))",
1313
"prepare": "husky"
1414
},
1515
"publishConfig": {

0 commit comments

Comments
 (0)