Skip to content

Commit ca6634d

Browse files
committed
fix: bump package.json version to v1.24.1 to prepare it for 1.24.2
1.24.1 is a bad release, fixing package.json in preparation for 1.24.2
1 parent 134aea7 commit ca6634d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

jest.config.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
const config = {
22
preset: 'jest-puppeteer',
3+
testMatch: ['**/__tests__/**/*.[jt]s?(x)', '<rootDir>/{src,test}/**/?(*.)+(spec|test).[jt]s?(x)'],
34
transformIgnorePatterns: ['<rootDir>/node_modules/(?!d3-\\.*|internmap)']
45
}
56

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "function-plot",
3-
"version": "1.24.0",
3+
"version": "1.24.1",
44
"description": "A simple 2d function plotter powered by d3",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)