Skip to content

Commit 702d953

Browse files
committed
Add support for Bower
1 parent d6a23d6 commit 702d953

File tree

6 files changed

+759
-2
lines changed

6 files changed

+759
-2
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,3 @@ build/Release
2626
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
2727
node_modules
2828
target/
29-
dist/

bower.json

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "eid.js",
3+
"description": "EID Runtime Exceptions and Utilities for JS",
4+
"main": "dist/browser/toplevel/eid.min.js",
5+
"authors": [
6+
"Krzysztof Suszynski <[email protected]>"
7+
],
8+
"license": "Apache-2.0",
9+
"keywords": [
10+
"debug",
11+
"expection",
12+
"preconditions",
13+
"quality",
14+
"qa"
15+
],
16+
"homepage": "https://github.com/wavesoftware/javascript-eid-exceptions",
17+
"moduleType": [
18+
"globals"
19+
],
20+
"ignore": [
21+
"**/.*",
22+
"node_modules",
23+
"bower_components",
24+
"test",
25+
"tests",
26+
"gulp",
27+
"target"
28+
]
29+
}

0 commit comments

Comments
 (0)