Skip to content

Commit

Permalink
Set version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zonuexe committed Jan 1, 2015
1 parent 7c2df4f commit 86e362a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,22 @@

`TextNode``text`プロパティを、`RubyNode``text`プロパティ及び`rt`プロパティを持ちます。(すべてのノードの`text`プロパティを結合することで、原文からふりがなを省いたテキストを得ることができます)

## インストール

### Bower

```
bower install aozora-ruby-parser
```

### npm

Node.js でちゃんと動くかはよくわかんない

```
npm install aozora-ruby-parser
```

## 著作権

本リポジトリに含まれるファイルは以下の条件に基き配布されます。 (後述の`sim2ruby.css`を除く)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aozora-ruby-parser",
"version": "0.0.2",
"version": "0.0.3",
"main": [
"./aozora-ruby-parser.js"
,"./aozora-ruby-html.js"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aozora-ruby-parser",
"version": "0.0.2",
"version": "0.0.3",
"description": "Aozora-bunko ruby parser",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 86e362a

Please sign in to comment.