Skip to content

Commit

Permalink
[update]
Browse files Browse the repository at this point in the history
  • Loading branch information
木瓜丸 committed Dec 8, 2020
1 parent 7d2f3e6 commit 275def2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ View component library using WebComponents.
## Usage

```javascript
import {Component, html, defineComponent} from 'omusubi';
import {Component, html, defineComponent} from 'omusubi-js';
class FizzBuzz extends Component {
init() {
return {
Expand Down
2 changes: 1 addition & 1 deletion docs/src/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Install extends Component {
<p>Use npm:</p>
<div class='code'>
<code>
$ npm install boke0/omusubi
$ npm install omusubi-js
</code>
</div>
<!--
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "omusubi",
"name": "omusubi-js",
"version": "1.0.0",
"description": "",
"main": "main.js",
Expand All @@ -25,5 +25,6 @@
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^5.10.0",
"webpack-cli": "^4.2.0"
}
},
"dependencies": {}
}

0 comments on commit 275def2

Please sign in to comment.