Update package.json

master
Auri Collings 2021-08-07 02:01:36 -07:00 committed by GitHub
parent 06ab00fc36
commit 07ee56752f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
dist/package.json vendored
View File

@ -8,7 +8,7 @@
"main": "./Main.js",
"typings": "./Main.d.ts",
"scripts": {
"start": "echo 'This is the distributed package, please download the source from https://github.com/Aurailus/useful-hooks to develop useful-hooks!'",
"start": "echo 'This is the distributed package, please download the source from https://github.com/Aurailus/vibin-hooks to develop vibin-hooks!'",
"dev": "npm start",
"build": "npm start"
},