Skip to content

Commit e64d9d0

Browse files
committed
remove test directory from package release
1 parent 9c7a050 commit e64d9d0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@
99
"url": "git+https://github.com/scarf-sh/scarf-js.git"
1010
},
1111
"files": [
12-
"report.js",
13-
"test/*"
12+
"report.js"
1413
],
1514
"scripts": {
1615
"postinstall": "node ./report.js",
1716
"test": "jest --verbose"
1817
},
19-
"author": "Scarf Systems",
18+
"author": "Scarf Systems, Inc.",
2019
"license": "Apache-2.0",
2120
"devDependencies": {
2221
"jest": "^25.3.0",

0 commit comments

Comments
 (0)