Skip to content

Commit ea3306a

Browse files
committed
Use a Markdown README
1 parent dc4ec4b commit ea3306a

File tree

5 files changed

+15
-61
lines changed

5 files changed

+15
-61
lines changed

README.adoc

Lines changed: 0 additions & 17 deletions
This file was deleted.

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Opal Runtime for Asciidoctor.js
2+
3+
[![Travis build status](https://img.shields.io/travis/Mogztter/asciidoctor-opal-node-runtime/master.svg)](https://travis-ci.org/Mogztter/asciidoctor-opal-node-runtime)
4+
[![npm version](http://img.shields.io/npm/v/asciidoctor-opal-runtime.svg)](https://www.npmjs.org/package/asciidoctor-opal-runtime)
5+
6+
7+
:fire: **CAUTION**: This library is an _highly optimized_ version of the Opal runtime that contains the *bare minimum to run Asciidoctor*. If you are looking for a general purpose Opal runtime, please use https://www.npmjs.com/package/opal-runtime.
8+
9+
## Usage
10+
11+
```javascript
12+
var Opal = require('opal-runtime').Opal;
13+
// Now let's have fun with Opal!
14+
```

npm/postpublish.js

Lines changed: 0 additions & 11 deletions
This file was deleted.

npm/prepublish.js

Lines changed: 0 additions & 30 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
"main": "src/index.js",
2424
"scripts": {
2525
"test": "mocha spec/*.spec.js",
26-
"lint": "standard src/index.js spec npm",
27-
"prepublishOnly": "node npm/prepublish.js",
28-
"postpublish": "node npm/postpublish.js"
26+
"lint": "standard src/index.js spec npm"
2927
},
3028
"homepage": "http://github.com/mogztter/asciidoctor-opal-node-runtime",
3129
"bugs": "https://github.com/mogztter/asciidoctor-opal-node-runtime/issues",

0 commit comments

Comments
 (0)