This commit is contained in:
Philipp Kunz 2018-07-21 14:37:39 +02:00
parent 62336aa2cf
commit 8c894ea1c1
2 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "smartstring", "name": "smartstring",
"version": "2.0.28", "version": "3.0.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartstring", "name": "@pushrocks/smartstring",
"version": "2.0.28", "version": "3.0.0",
"private": false, "private": false,
"description": "handle strings in smart ways. TypeScript ready.", "description": "handle strings in smart ways. TypeScript ready.",
"main": "dist/index.js", "main": "dist/index.js",
@ -34,4 +34,4 @@
"randomatic": "^3.0.0", "randomatic": "^3.0.0",
"strip-indent": "^2.0.0" "strip-indent": "^2.0.0"
} }
} }