📒 Do not checkout node_modules
This commit is contained in:
parent
065a89fd3e
commit
dfb8722181
|
@ -0,0 +1 @@
|
|||
node_modules
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"name": "chaos",
|
||||
"version": "1.0.0",
|
||||
"description": "Plotting fractals with the chaos game",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/MattouFP/chaos.git"
|
||||
},
|
||||
"keywords": [
|
||||
"chaos",
|
||||
"fractals",
|
||||
"game"
|
||||
],
|
||||
"author": "Mattéo Delabre",
|
||||
"license": "CC0-1.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/MattouFP/chaos/issues"
|
||||
},
|
||||
"homepage": "https://github.com/MattouFP/chaos#readme"
|
||||
}
|
Loading…
Reference in New Issue