Skip to content

Commit

Permalink
Add UMD to bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Mar 20, 2015
1 parent 3815c30 commit b22a4aa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "franc",
"main": "index.js",
"main": "dist/franc.js",
"description": "Detect the language of text",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -33,13 +33,14 @@
"components/",
"coverage/",
"data/",
"dist/",
"lib/",
"node_modules/",
"script/",
"test/",
"benchmark.js",
"build.js",
"cli.js",
"benchmark.js",
"index.js",
"component.json",
"package.json"
]
Expand Down

0 comments on commit b22a4aa

Please sign in to comment.