Skip to content
This repository was archived by the owner on Jan 1, 2023. It is now read-only.

Commit 336719f

Browse files
committed
⬆️ upgrade dependencies and release new package
1 parent 3737ee5 commit 336719f

File tree

2 files changed

+746
-803
lines changed

2 files changed

+746
-803
lines changed

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-object-to-json-parse",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"main": "dist/index.js",
55
"scripts": {
66
"build": "rm -rf dist/** && tsc",
@@ -47,8 +47,16 @@
4747
}
4848
},
4949
"lint-staged": {
50-
"src/**/*.ts": ["yarn lint", "yarn fmt", "git add"],
51-
"test/**/*.ts": ["yarn lint", "yarn fmt", "git add"]
50+
"src/**/*.ts": [
51+
"yarn lint",
52+
"yarn fmt",
53+
"git add"
54+
],
55+
"test/**/*.ts": [
56+
"yarn lint",
57+
"yarn fmt",
58+
"git add"
59+
]
5260
},
5361
"author": "nd-02110114 <nd.12021218@gmail.com>",
5462
"license": "MIT",

0 commit comments

Comments
 (0)