Skip to content

Commit

Permalink
Merge pull request #38 from jedireza/rustbridge-clean-up
Browse files Browse the repository at this point in the history
Update references of rustbridge to neon-bindings
  • Loading branch information
Dave Herman authored Dec 24, 2016
2 parents 6579d31 + b983511 commit a9f42b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Neon-cli

[![Build Status](https://travis-ci.org/rustbridge/neon-cli.svg?branch=master)](https://travis-ci.org/rustbridge/neon-cli)
[![Build Status](https://travis-ci.org/neon-bindings/neon-cli.svg?branch=master)](https://travis-ci.org/neon-bindings/neon-cli)
[![npm](https://img.shields.io/npm/v/neon-cli.svg)](https://www.npmjs.com/package/neon-cli)

Automatically create and build [Neon](https://github.com/rustbridge/neon) modules.
Automatically create and build [Neon](https://github.com/neon-bindings/neon) modules.

![Screencast](screencast.gif)

Expand Down Expand Up @@ -55,7 +55,7 @@ The optional `--rust` parameter allows specifying a custom toolchain (`stable` o

The Neon community is just getting started and there's tons of fun to be had. Come play! :)

The [Rust Bridge community Slack](http://rustbridge.slack.com) is open to all; use [the Slackin app](http://rustbridge-community-slackin.herokuapp.com) to receive an invitation.
The [Rust Bridge community Slack](https://rust-bindings.slack.com/) is open to all; use [the Slackin app](https://rust-bindings-slackin.herokuapp.com/) to receive an invitation.

There's also an IRC channel at `#neon` on [Mozilla IRC](https://wiki.mozilla.org/IRC) (`irc.mozilla.org`).

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Dave Herman <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/rustbridge/neon-cli.git"
"url": "https://github.com/neon-bindings/neon-cli.git"
},
"main": "lib/index.js",
"bin": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"prepublish": "in-install || npm run transpile"
},
"bugs": {
"url": "https://github.com/rustbridge/neon-cli/issues"
"url": "https://github.com/neon-bindings/neon-cli/issues"
},
"homepage": "https://github.com/rustbridge/neon-cli"
"homepage": "https://github.com/neon-bindings/neon-cli"
}

0 comments on commit a9f42b9

Please sign in to comment.