Skip to content

Commit 6b122b7

Browse files
docs: add workspace directory. (#37)
1 parent ff103ce commit 6b122b7

2 files changed

Lines changed: 303 additions & 3 deletions

File tree

package-lock.json

Lines changed: 300 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/css/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@knighted/css",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A build-time utility that traverses JavaScript/TypeScript module dependency graphs to extract, compile, and optimize all imported CSS into a single, in-memory string.",
55
"type": "module",
66
"main": "./dist/css.js",
@@ -120,7 +120,8 @@
120120
"license": "MIT",
121121
"repository": {
122122
"type": "git",
123-
"url": "git+https://github.com/knightedcodemonkey/css.git"
123+
"url": "git+https://github.com/knightedcodemonkey/css.git",
124+
"directory": "packages/css"
124125
},
125126
"bugs": {
126127
"url": "https://github.com/knightedcodemonkey/css/issues"

0 commit comments

Comments
 (0)