Skip to content

Commit 821decd

Browse files
authored
Update package.json and readme (rescript-lang#84)
1 parent 021f7a8 commit 821decd

File tree

3 files changed

+12
-16
lines changed

3 files changed

+12
-16
lines changed

syntax/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ Run the extended tests:
5959
make roundtrip-test
6060
```
6161

62+
Update jest snapshots:
63+
```sh
64+
./node_modules/.bin/jest -u
65+
```
66+
6267
Debug a file:
6368
```sh
6469
# write code in test.js

syntax/package-lock.json

Lines changed: 1 addition & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

syntax/package.json

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "napkinscript",
2+
"name": "bucklescript-syntax",
33
"version": "0.0.8-dev",
44
"description": "",
55
"main": "Napkinscript.ml",
@@ -8,22 +8,19 @@
88
},
99
"dependencies": {},
1010
"devDependencies": {
11-
"bs-platform": "^7.3.2",
1211
"jest": "^24.9.0",
1312
"reanalyze": "^2.9.0"
1413
},
15-
"scripts": {
16-
"test": "make test",
17-
"termination": "gentype -termination-cmt ./Napkinscript.cmt"
18-
},
14+
"private": true,
15+
"scripts": {},
1916
"repository": {
2017
"type": "git",
21-
"url": "git+https://github.com/IwanKaramazow/napkinscript.git"
18+
"url": "git+https://github.com/BuckleScript/syntax.git"
2219
},
2320
"author": "Iwan ([email protected])",
2421
"license": "MIT",
2522
"bugs": {
26-
"url": "https://github.com/IwanKaramazow/napkinscript/issues"
23+
"url": "https://github.com/BuckleScript/syntax/issues"
2724
},
28-
"homepage": "https://github.com/IwanKaramazow/napkinscript#readme"
25+
"homepage": "https://github.com/BuckleScript/syntax#readme"
2926
}

0 commit comments

Comments
 (0)