Skip to content

Commit

Permalink
Merge branch 'floitsch/public-release' into floitsch/public-release.f…
Browse files Browse the repository at this point in the history
…orce-publish
  • Loading branch information
floitsch committed Jul 30, 2024
2 parents e282377 + bac6c1a commit 2af77dd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

1 change: 0 additions & 1 deletion packages/code-block/.npmrc

This file was deleted.

4 changes: 2 additions & 2 deletions packages/code-block/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ for all options.
First install this library and codemirror itself too.

```shell
yarn add @toitware/code-block
yarn add @toit/code-block
```

Once it's installed you need to import the CSS for codemirror and its themes.
Expand All @@ -33,7 +33,7 @@ platforms).
If it's in a gatsby project, simply put this import in `gatsby-browser.js`:

```js
import "@toitware/code-block/dist/styles.js";
import "@toit/code-block/dist/styles.js";
```

Otherwise import it wherever you import static assets.
Expand Down
2 changes: 1 addition & 1 deletion packages/code-block/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const packageName = require("./package.json").name.split("@toitware/").pop();
const packageName = require("./package.json").name.split("@toit/").pop();

const baseConfig = require("../../jest.config.base")(packageName);

Expand Down

0 comments on commit 2af77dd

Please sign in to comment.