Skip to content

Commit

Permalink
chore(repo): prepare to transfer to community
Browse files Browse the repository at this point in the history
this commit updates the package name, references, and links to use the
`stencil-community` github organization and `@stencil-community` npm
scope. we will be transferring this to the stencil community to maintain.
  • Loading branch information
rwaskiewicz committed Apr 25, 2024
1 parent dc07c28 commit 18f3b01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@stencil/less",
"name": "@stencil-community/less",
"version": "1.0.0",
"license": "MIT",
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/stencil-less.git"
"url": "git+https://github.com/stencil-community/stencil-less.git"
},
"author": "Ionic Team",
"homepage": "https://stenciljs.com/",
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# @stencil/less
# @stencil-community/less

This package is used to easily precompile Less files within the Stencil components.

First, npm install within the project:

```bash
npm install @stencil/less --save-dev
npm install @stencil-community/less --save-dev
```

Next, within the project's `stencil.config.js` file, import the plugin and add it to the config's `plugins` config:

#### stencil.config.ts
```ts
import { Config } from '@stencil/core';
import { less } from '@stencil/less';
import { less } from '@stencil-community/less';

export const config: Config = {
plugins: [
Expand Down

0 comments on commit 18f3b01

Please sign in to comment.