Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Commit

Permalink
v2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrasser committed Jun 13, 2015
1 parent 7691c34 commit b3c9268
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Linkify
=======

Shim repository for Linkify. All issues with this plugin should be directed to http://github.com/SoapBox/jQuery-linkify/
Shim repository for Linkify. All issues with this plugin should be directed to http://github.com/SoapBox/linkifyjs/

Package Managers
----------------
Expand All @@ -14,9 +14,8 @@ bower install linkifyjs

### [NPM](https://npmjs.com/)

See the [main repo](https://github.com/SoapBox/jQuery-linkify/blob/master/README.md) for usage with Node.js/Browserify.
See the [main repository](https://github.com/SoapBox/linkifyjs/blob/master/README.md) for usage with Node.js/Browserify.

```
npm install linkifyjs
```

6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "linkifyjs",
"main": "linkify.js",

"version": "2.0.0",
"version": "2.0.0-beta.1",
"authors": [
"SoapBox Innovations Inc. <dev@soapboxhq.com>"
],
"description": "Intelligent URL recognition, made easy",
"description": "Intelligent link recognition, made easy",
"keywords": [
"node",
"js",
Expand All @@ -18,7 +18,7 @@
"email"
],
"license": "MIT",
"homepage": "http://soapbox.github.io/jQuery-linkify/",
"homepage": "http://soapbox.github.io/linkifyjs/",
"ignore": [
"**/.*",
"node_modules",
Expand Down

0 comments on commit b3c9268

Please sign in to comment.