mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2024-11-09 16:31:52 +00:00
docs: Add license
This commit is contained in:
parent
4b4c3bac1b
commit
667ce7f9a6
2 changed files with 5 additions and 0 deletions
|
@ -32,3 +32,7 @@ npm run lint
|
|||
```
|
||||
npm run lint-fix
|
||||
```
|
||||
|
||||
### License
|
||||
|
||||
The project is under Copyleft
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
"name": "souvenir",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"license": "Copyleft",
|
||||
"scripts": {
|
||||
"serve": "parcel src/index.html",
|
||||
"build": "parcel build src/index.html",
|
||||
|
|
Loading…
Reference in a new issue