Skip to content

Commit dbd9165

Browse files
author
nfrasser
committed
Preparing for prerelease
Updating NPM info and Node aliases for the interfaces
1 parent eb66d3f commit dbd9165

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

element.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require('./lib/linkify-element');

jquery.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require('./lib/linkify-jquery');

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
2-
"name": "linkify",
3-
"version": "2.0.0",
2+
"name": "linkifyjs",
3+
"version": "2.0.0-alpha.1",
44
"description": "Intelligent URL recognition, made easy",
5+
"repository": {
6+
"type" : "git",
7+
"url" : "https://github.com/SoapBox/jQuery-linkify.git"
8+
},
59
"main": "index.js",
610
"scripts": {
711
"prepublish": "node_modules/.bin/gulp build",

0 commit comments

Comments
 (0)