Skip to content

Commit ea4f0b2

Browse files
committed
Bump version
1 parent 644293a commit ea4f0b2

1 file changed

Lines changed: 32 additions & 32 deletions

File tree

package.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
{
2-
"name": "tundra-css",
3-
"version": "0.13.0",
4-
"description": "An opinionated and reasonably comprehensive, but not overwhelming, CSS design system.",
5-
"author": "joshdales",
6-
"homepage": "https://tundra.joshdales.dev",
7-
"license": "MIT",
8-
"main": "index.css",
9-
"exports": {
10-
".": "./index.css",
11-
"./css": "./index.css",
12-
"./scss": {
13-
"sass": "./index.scss"
14-
},
15-
"./styles":{
16-
"sass": "./styles/index.scss"
17-
},
18-
"./styles/*": {
19-
"sass": "./styles/*"
20-
}
21-
},
22-
"keywords": [
23-
"tundra",
24-
"css",
25-
"scss",
26-
"design system",
27-
"styles"
28-
],
29-
"repository": {
30-
"type": "git",
31-
"url": "git+https://github.com/joshdales/tundra-css.git"
32-
},
33-
"bugs": "https://github.com/joshdales/tundra-css/issues"
2+
"name": "tundra-css",
3+
"version": "0.14.0",
4+
"description": "An opinionated and reasonably comprehensive, but not overwhelming, CSS design system.",
5+
"author": "joshdales",
6+
"homepage": "https://tundra.joshdales.dev",
7+
"license": "MIT",
8+
"main": "index.css",
9+
"exports": {
10+
".": "./index.css",
11+
"./css": "./index.css",
12+
"./scss": {
13+
"sass": "./index.scss"
14+
},
15+
"./styles": {
16+
"sass": "./styles/index.scss"
17+
},
18+
"./styles/*": {
19+
"sass": "./styles/*"
20+
}
21+
},
22+
"keywords": [
23+
"tundra",
24+
"css",
25+
"scss",
26+
"design system",
27+
"styles"
28+
],
29+
"repository": {
30+
"type": "git",
31+
"url": "git+https://github.com/joshdales/tundra-css.git"
32+
},
33+
"bugs": "https://github.com/joshdales/tundra-css/issues"
3434
}

0 commit comments

Comments
 (0)