Skip to content

Commit 8417d72

Browse files
fix for format
1 parent 855f59a commit 8417d72

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@bogdanbeniaminb/virtualized-list",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Virtualized List using vanilla JS",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"scripts": {
88
"build": "tsc",
99
"test": "jest --config jestconfig.json --passWithNoTests",
10-
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
10+
"format": "prettier --write \"src/**/*.ts\"",
1111
"lint": "tslint -p tsconfig.json",
1212
"prepare": "npm run build",
1313
"preversion": "npm run lint",

0 commit comments

Comments
 (0)