Skip to content

Commit 282af7c

Browse files
authored
Create package.json
1 parent e3e3123 commit 282af7c

File tree

1 file changed

+8
-0
lines changed
  • src/Security/samples/ClaimsTransformation/wwwroot/lib/bootstrap

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "bootstrap-sample-tests",
3+
"private": true,
4+
"type": "commonjs",
5+
"scripts": {
6+
"test": "node --test ./test/carousel-href.spec.js ./test/collapse-href.spec.js"
7+
}
8+
}

0 commit comments

Comments
 (0)