File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 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" ,
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 },
You can’t perform that action at this time.
0 commit comments