BREAKING CHANGE(scope): change scope to @pushrocks

This commit is contained in:
2018-07-21 14:37:39 +02:00
parent e9899e5451
commit 62336aa2cf
42 changed files with 1312 additions and 1289 deletions

View File

@@ -1,11 +1,13 @@
{
"name": "smartstring",
"name": "@pushrocks/smartstring",
"version": "2.0.28",
"private": false,
"description": "handle strings in smart ways. TypeScript ready.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
"test": "tsrun test/test.base64.ts",
"build": "(npmts)"
},
"repository": {
"type": "git",
@@ -22,15 +24,14 @@
},
"homepage": "https://gitlab.com/pushrocks/smartstring#readme",
"devDependencies": {
"beautylog": "^6.1.10",
"tapbundle": "^1.1.1"
"@gitzone/tsrun": "^1.1.9",
"@pushrocks/tapbundle": "^3.0.1"
},
"dependencies": {
"crypto-random-string": "^1.0.0",
"js-base64": "^2.3.2",
"js-base64": "^2.4.8",
"normalize-newline": "^3.0.0",
"randomatic": "^1.1.7",
"strip-indent": "^2.0.0",
"typings-global": "^1.0.20"
"randomatic": "^3.0.0",
"strip-indent": "^2.0.0"
}
}
}