BREAKING CHANGE(scope): change and name to @pushrocks/smarthash
This commit is contained in:
24
package.json
24
package.json
@ -1,11 +1,13 @@
|
||||
{
|
||||
"name": "nodehash",
|
||||
"name": "@pushrocks/smarthash",
|
||||
"version": "1.0.4",
|
||||
"private": false,
|
||||
"description": "simplifies access to node hash functions",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"test": "(npmts)"
|
||||
"test": "(tstest test/)",
|
||||
"build": "(tsbuild)"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -25,15 +27,15 @@
|
||||
},
|
||||
"homepage": "https://github.com/pushrocks/nodehash#readme",
|
||||
"devDependencies": {
|
||||
"npmts-g": "^5.2.8",
|
||||
"should": "^11.1.0",
|
||||
"typings-test": "^1.0.1"
|
||||
"@gitzone/tsbuild": "^2.0.22",
|
||||
"@gitzone/tsrun": "^1.1.12",
|
||||
"@gitzone/tstest": "^1.0.15",
|
||||
"@pushrocks/tapbundle": "^3.0.7",
|
||||
"@types/node": "^10.9.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/q": "0.x.x",
|
||||
"@types/through2": "0.x.x",
|
||||
"q": "^1.4.1",
|
||||
"through2": "^2.0.1",
|
||||
"typings-global": "^1.0.6"
|
||||
"@pushrocks/smartpromise": "^2.0.5",
|
||||
"@types/through2": "^2.0.33",
|
||||
"through2": "^2.0.3"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user