Skip to content

Commit 3052b70

Browse files
authored
Add additional properties to package.json (#128)
1 parent c2363bc commit 3052b70

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@
1717
"url": "https://github.com/notanengineercom"
1818
}
1919
],
20+
"repository": {
21+
"type" : "git",
22+
"url" : "https://github.com/ffMathy/FluffySpoon.JavaScript.Testing.Faking.git"
23+
},
24+
"keywords": ["NSubstitute", "mocking", "test", "testing", "faking"],
25+
"bugs": {
26+
"url": "https://github.com/ffMathy/FluffySpoon.JavaScript.Testing.Faking/issues"
27+
},
28+
"engines": {
29+
"node": ">=8"
30+
},
2031
"main": "dist/src/index.js",
2132
"typings": "./dist/src/index.d.ts",
2233
"files": [
@@ -46,4 +57,4 @@
4657
"failFast": true,
4758
"failWithoutAssertions": true
4859
}
49-
}
60+
}

0 commit comments

Comments
 (0)