diff --git a/README.md b/README.md index 5e66f5b6..319398e1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ CSS-in-JS with near-zero runtime, SSR, multi-variant support, and a best-in-clas Framework-agnostic implementation. ```sh -npm install @stitches/core +npm install @sigmacomputing/stitches-core ``` [Read more](https://github.com/stitchesjs/stitches/tree/main/packages/core) @@ -27,7 +27,7 @@ npm install @stitches/core React wrapper including the `styled` API. ```sh -npm install @stitches/react +npm install @sigmacomputing/stitches-react ``` [Read more](https://github.com/stitchesjs/stitches/tree/main/packages/react) diff --git a/package.json b/package.json index 086f3ef9..3b220bd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "$schema": "./.vscode/package.schema.json", - "name": "stitches", + "name": "@sigmacomputing/stitches", + "version": "1.2.9", "type": "module", "license": "MIT", "contributors": [ @@ -9,7 +10,7 @@ "Jonathan Neal" ], "scripts": { - "build:test:types": "yarn workspace @stitches/test build", + "build:test:types": "yarn workspace @sigmacomputing/stitches-test build", "build": "node .task/build.js", "build:watch": "node .task/build.js --watch", "lint": "node .task/lint.js", diff --git a/packages/core/README.md b/packages/core/README.md index 7308e021..a02079b3 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -1,15 +1,15 @@ -# @stitches/core +# @sigmacomputing/stitches-core -**@stitches/core** is a framework-agnostic implementation of [stitches](https://stitches.dev), a CSS-in-JS library with a best-in-class developer experience. +**@sigmacomputing/stitches-core** is a framework-agnostic implementation of [stitches](https://stitches.dev), a CSS-in-JS library with a best-in-class developer experience.


```sh # with npm -npm install @stitches/core +npm install @sigmacomputing/stitches-core # with yarn -yarn add @stitches/core +yarn add @sigmacomputing/stitches-core ```


@@ -21,7 +21,7 @@ yarn add @stitches/core ```html ``` @@ -33,7 +33,7 @@ import { css } from 'https://cdn.skypack.dev/@stitches/core'
```js - + ``` @@ -33,7 +33,7 @@ import { styled } from 'https://cdn.skypack.dev/@stitches/react'
```js - +