Skip to content

Commit f2b96bb

Browse files
author
Giuseppe Verni
committed
Add npm package info
Bump version
1 parent b4655d2 commit f2b96bb

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

package.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
{
22
"name": "sms-segments-calculator",
3-
"version": "1.0.0",
4-
"description": "",
3+
"version": "1.0.1",
4+
"description": "SMS segements calculator",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/TwilioDevEd/message-segment-calculator"
8+
},
9+
"keywords": ["sms", "segments"],
10+
"main": "./dist/index.js",
11+
"types": "./dist/index.d.ts",
12+
"files": ["dist/**", "src/**"],
513
"scripts": {
614
"test": "tsc && jest",
715
"build": "tsc",
@@ -11,8 +19,9 @@
1119
"webpack": "webpack --config webpack.config.js",
1220
"release": "tsc && webpack --config webpack.config.js"
1321
},
14-
"author": "",
15-
"license": "ISC",
22+
"author": "gverni",
23+
"homepage": "https://twiliodeved.github.io/message-segment-calculator/",
24+
"license": "MIT",
1625
"dependencies": {
1726
"grapheme-splitter": "^1.0.4"
1827
},

0 commit comments

Comments
 (0)