Skip to content

Commit 8aaad38

Browse files
committed
Resolved issues with ambient resolutions from node packages
https://www.typescriptlang.org/docs/handbook/typings-for-npm-packages.ht ml
1 parent 83ede18 commit 8aaad38

File tree

3 files changed

+234
-240
lines changed

3 files changed

+234
-240
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tracekit",
33
"main": "tracekit.js",
4-
"version": "0.4.0",
4+
"version": "0.4.1",
55
"homepage": "https://github.com/csnover/TraceKit",
66
"description": "Cross browser stack traces",
77
"moduleType": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tracekit",
33
"main": "./tracekit.js",
4-
"version": "0.4.0",
4+
"version": "0.4.1",
55
"homepage": "https://github.com/csnover/TraceKit",
66
"description": "Cross browser stack traces",
77
"repository": {

0 commit comments

Comments
 (0)