Skip to content

Commit 028e7b3

Browse files
remove changes related to npm
1 parent 8187536 commit 028e7b3

File tree

5 files changed

+5227
-8049
lines changed

5 files changed

+5227
-8049
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
node_modules/
22
dist/
3-
yarn.lock
43

54
/*.js
65
/*.d.ts

README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -88,26 +88,24 @@ More? Please make a pull request to include it here.
8888

8989
## Development
9090

91-
node version : 20
92-
9391
Install build dependencies:
9492

9593
```sh
96-
npm install
94+
yarn install
9795
```
9896

9997
To build the node module:
10098

10199
```sh
102-
npm run compile -- --watch
100+
yarn compile -- --watch
103101
```
104102

105103
To build the dist files:
106104

107105
```sh
108-
npm run dev -- --watch
106+
yarn dev -- --watch
109107
```
110108

111109
```sh
112-
npm run prod -- --watch
110+
yarn prod -- --watch
113111
```

0 commit comments

Comments
 (0)