Skip to content

Commit 98fb7f6

Browse files
Patched bower 'main' field
1 parent 15317ae commit 98fb7f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "complex-js",
33
"description": "Complex math for the browser and Node.js",
4-
"version": "3.1.2",
4+
"version": "3.1.3",
55
"authors": [
66
"Patrick Roberts"
77
],
@@ -13,7 +13,7 @@
1313
"test"
1414
],
1515
"dependencies": {},
16-
"main": "./lib/complex.min.js",
16+
"main": "lib/complex.min.js",
1717
"homepage": "https://github.com/patrickroberts/complex-js",
1818
"moduleType": [
1919
"amd",

0 commit comments

Comments
 (0)