Skip to content

Commit 91b129c

Browse files
committed
add files to package.json
1 parent 6d7d818 commit 91b129c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# `typed-string-interpolation`
1+
# [`typed-string-interpolation`](https://www.npmjs.com/package/typed-string-interpolation)
22

33
[String interpolation](https://en.wikipedia.org/wiki/String_interpolation) utility that returns the correct type based on passed in variable substitutions.
44

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22
"name": "typed-string-interpolation",
33
"description": "String interpolation with correct return type based on passed variable substitutions",
44
"author": "Mikko Vänskä",
5+
"repository": "https://github.com/vanska/typed-string-interpolation",
56
"license": "MIT",
67
"version": "0.0.3",
78
"main": "dist/index.js",
89
"module": "dist/index.mjs",
910
"types": "dist/index.d.ts",
11+
"files": [
12+
"/dist"
13+
],
1014
"private": false,
1115
"keywords": [
1216
"string",

0 commit comments

Comments
 (0)