Actually ignore package-lock.json

This commit is contained in:
Tomasz Rybarczyk 2019-10-18 11:50:40 +02:00
parent 71c057d694
commit 5f075fa697
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/node_modules
/output
test/README.purs
package-lock.json

View File

@ -5,7 +5,8 @@
"pg": "^6.1.2"
},
"devDependencies": {
"paluh-litps": "^0.1.4"
"paluh-litps": "^0.1.4",
"pulp": "^13.0.0"
},
"scripts": {
"pretest": "paluh-litps compile --file README.md; mv README.purs test/README.purs",