Skip to content

Commit 6176a2d

Browse files
authored
Merge pull request #18 from github/theinterned/1.2.2
v1.2.2
2 parents 25a35a9 + 7f00e1d commit 6176a2d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
22
"name": "@github/dependency-submission-toolkit",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "A TypeScript library for creating dependency snapshots.",
55
"prepare": "npm run build",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",
88
"directories": {
99
"test": "test"
1010
},
11-
"files": ["dist"],
11+
"files": [
12+
"dist"
13+
],
1214
"scripts": {
1315
"build": "tsc",
1416
"format": "prettier --write '**/*.ts'",

0 commit comments

Comments
 (0)