Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Commit e6321fd

Browse files
committed
add browserify support (package.json and index.js)
1 parent 6b4a5de commit e6321fd

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "angular-ui-slider",
3+
"version": "0.1.2",
4+
"description": "This directive allows you to add a slider to your form elements.",
5+
"author": "https://github.com/angular-ui/ui-slider/graphs/contributors",
6+
"license": "MIT",
7+
"homepage": "http://angular-ui.github.com",
8+
"main": "src/index.js",
9+
"ignore": [
10+
"demo*",
11+
"bower.json"
12+
]
13+
}

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
require('./slider')
2+
module.exports = 'ui.slider'

0 commit comments

Comments
 (0)