Skip to content

Commit 300067e

Browse files
committed
fix(deps): applied npx @sanity/plugin-kit inject
1 parent 3b9e8a4 commit 300067e

12 files changed

+5873
-5139
lines changed

.eslintignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
*.js
12
.eslintrc.js
23
commitlint.config.js
34
lib
45
lint-staged.config.js
56
package.config.ts
6-
*.js

.eslintrc

-14
This file was deleted.

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jspm_packages
5353
.yalc
5454
yalc.lock
5555

56+
# npm package zips
57+
*.tgz
58+
5659
# Compiled plugin
5760
lib
58-
dts

.prettierignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
lib
2+
pnpm-lock.yaml
3+
yarn.lock
4+
package-lock.json
File renamed without changes.

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Sanity.io
3+
Copyright (c) 2023 Sanity.io
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)