Skip to content

Commit 5245cc7

Browse files
committed
pkg.json: test with NPM's package.json parser
1 parent 93475e4 commit 5245cc7

9 files changed

+838
-0
lines changed

Diff for: test-npm/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules/

Diff for: test-npm/README.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Test pkg.json against NPM's read-package-json library
2+
3+
`pkg.json` tries to be a subset of NPM's `package.json` format. The tests in
4+
this directory test `pkg.json` samples using NPM's `read-package-json` library.
5+
6+
To run the tests:
7+
8+
cd test-npm/
9+
npm ci
10+
npm run test

0 commit comments

Comments
 (0)