Skip to content

Commit 39f4aa0

Browse files
fix dist package
1 parent a104445 commit 39f4aa0

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
.assets
22
.github
33
coverage
4-
src
4+
/src
5+
/devtools
56
tests
67

78
/*.js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "tracelib",
33
"version": "0.1.2",
44
"description": "A Node.js library that provides Chrome DevTools trace models to parse arbitrary trace logs.",
5-
"main": "./build/index.js",
5+
"main": "./build/src/index.js",
66
"scripts": {
77
"build": "run-s clean compile",
88
"clean": "rm -rf build coverage",

0 commit comments

Comments
 (0)