mirror of
https://github.com/pichsenmeister/WienerScript.git
synced 2024-11-05 06:19:57 +00:00
edit readme
This commit is contained in:
parent
5566d4c394
commit
9514245297
2 changed files with 9 additions and 4 deletions
|
@ -130,7 +130,7 @@ Examples can be found in the [examples](examples) directory.
|
||||||
| DES IS MA ECHT Z'DEPPAT | process.exit |
|
| DES IS MA ECHT Z'DEPPAT | process.exit |
|
||||||
|
|
||||||
## License
|
## License
|
||||||
This project is licensed under the MIT license, Copyright (c) 2020 David Pichsenmeister | pichsenmeister.com. For more information see [LICENSE](LICENSE).
|
This project is licensed under the MIT license, Copyright (c) 2020 David Pichsenmeister | [pichsenmeister.com](https://pichsenmeister.com). For more information see [LICENSE](LICENSE).
|
||||||
|
|
||||||
|
|
||||||
Inspired by [ArnoldJS](https://github.com/pichsenmeister/ArnoldJS)
|
Made by [@pichsenmeister](https://twitter.com/pichsenmeister). Inspired by [ArnoldJS](https://github.com/pichsenmeister/ArnoldJS).
|
||||||
|
|
|
@ -10,8 +10,13 @@
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"start": "node index.js"
|
"start": "node index.js"
|
||||||
},
|
},
|
||||||
"author": "David Pichsenmeister",
|
"repository": {
|
||||||
"license": "ISC",
|
"type": "git",
|
||||||
|
"url": "https://github.com/pichsenmeister/wienerscript.git"
|
||||||
|
},
|
||||||
|
"author": "David Pichsenmeister <opensource@pichsenmeister.com>",
|
||||||
|
"homepage": "https://github.com/pichsenmeister/wienerscript",
|
||||||
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"glob": "^7.1.6",
|
"glob": "^7.1.6",
|
||||||
"mkdirp": "^1.0.4",
|
"mkdirp": "^1.0.4",
|
||||||
|
|
Loading…
Reference in a new issue