Skip to content

Commit

Permalink
Separating builds for browser and node.
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Sep 10, 2015
1 parent e517632 commit ee0fdb2
Show file tree
Hide file tree
Showing 13 changed files with 667 additions and 8,371 deletions.
22 changes: 1 addition & 21 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,21 +1 @@
{
"main": "dist/contents.min.js",
"license": "BSD-3-Clause",
"dependencies": {
"jquery": ">=1"
},
"name": "contents",
"description": "Table of contents generator.",
"keywords": [
"table of contents",
"toc",
"contents"
],
"authors": [
{
"name": "Gajus Kuizinas",
"email": "gk@anuary.com",
"url": "http://gajus.com"
}
]
}
{"main":"dist/browser/contents.js","license":"BSD-3-Clause","dependencies":{"jquery":">=1"},"name":"contents","description":"Table of contents generator.","keywords":["table of contents","toc","contents"],"authors":[{"name":"Gajus Kuizinas","email":"gk@anuary.com","url":"http://gajus.com"}]}
7 changes: 7 additions & 0 deletions dist/browser/contents.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/browser/contents.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit ee0fdb2

Please sign in to comment.