Skip to content

Commit b08a84d

Browse files
Change package name w/ workaround for style prop
1 parent 14ef35c commit b08a84d

File tree

3 files changed

+41
-38
lines changed

3 files changed

+41
-38
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111
Via npm:
1212

1313
```shell
14-
npm install dominative-solid dominative @utls/undom-ef solid-js
14+
npm install @dominative/solid dominative undom-ng solid-js
1515
```
1616

17-
**Note:** `dominative`, `@utls/undom-ef`, `solid-js` are peer dependencies, you have to install them manually.
17+
**Note:** `dominative`, `undom-ng`, `solid-js` are peer dependencies, you have to install them manually.
1818

1919
---
2020

2121
## Usage
2222

2323
```jsx
2424
import { Application } from "@nativescript/core"
25-
import { render } from "dominative-solid"
25+
import { render } from "@dominative/solid"
2626
import { createSignal } from "solid-js"
2727

2828
const App = () => {

package-lock.json

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

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "dominative-solid",
3-
"version": "0.0.1-alpha.1",
2+
"name": "@dominative/solid",
3+
"version": "0.0.1-alpha.2",
44
"description": "Custom render and patches for SolidJS to work with DOMiNATIVE",
55
"main": "src/index.js",
66
"type": "module",
@@ -19,7 +19,10 @@
1919
"bugs": "https://github.com/SudoMaker/DOMiNATIVE-Solid/issues",
2020
"homepage": "https://github.com/SudoMaker/DOMiNATIVE-Solid",
2121
"peerDependencies": {
22-
"dominative": "^0.0.5-alpha.0",
23-
"solid-js": "^1.5.6"
22+
"dominative": "^0.0.5-alpha.1",
23+
"solid-js": "^1.5.7"
24+
},
25+
"publishConfig": {
26+
"access": "public"
2427
}
2528
}

0 commit comments

Comments
 (0)