Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
35e46fed21 | |||
abf79550c1 | |||
3351dcc68a |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "smartcls",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"description": "continuation-local-storage",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
@ -10,7 +10,7 @@
|
||||
"test": "(npmts)"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^9.4.6",
|
||||
"@types/node": "^9.4.7",
|
||||
"smartstring": "^2.0.28",
|
||||
"tapbundle": "^2.0.0"
|
||||
},
|
||||
|
30
readme.md
Normal file
30
readme.md
Normal file
@ -0,0 +1,30 @@
|
||||
# smartcls
|
||||
continuation-local-storage
|
||||
|
||||
## Availabililty
|
||||
[](https://www.npmjs.com/package/smartcls)
|
||||
[](https://GitLab.com/pushrocks/smartcls)
|
||||
[](https://github.com/pushrocks/smartcls)
|
||||
[](https://pushrocks.gitlab.io/smartcls/)
|
||||
|
||||
## Status for master
|
||||
[](https://GitLab.com/pushrocks/smartcls/commits/master)
|
||||
[](https://GitLab.com/pushrocks/smartcls/commits/master)
|
||||
[](https://www.npmjs.com/package/smartcls)
|
||||
[](https://david-dm.org/pushrocks/smartcls)
|
||||
[](https://www.bithound.io/github/pushrocks/smartcls/master/dependencies/npm)
|
||||
[](https://www.bithound.io/github/pushrocks/smartcls)
|
||||
[](https://snyk.io/test/npm/smartcls)
|
||||
[](https://nodejs.org/dist/latest-v6.x/docs/api/)
|
||||
[](https://nodejs.org/dist/latest-v6.x/docs/api/)
|
||||
[](http://standardjs.com/)
|
||||
|
||||
## Usage
|
||||
Use TypeScript for best in class instellisense.
|
||||
|
||||
For further information read the linked docs at the top of this README.
|
||||
|
||||
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)
|
||||
| By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy.html)
|
||||
|
||||
[](https://push.rocks)
|
@ -1,3 +1,6 @@
|
||||
{
|
||||
"extends": "tslint-config-standard"
|
||||
"extends": [
|
||||
"tslint:latest",
|
||||
"tslint-config-prettier"
|
||||
]
|
||||
}
|
||||
|
@ -24,10 +24,14 @@
|
||||
dependencies:
|
||||
"@types/node" "*"
|
||||
|
||||
"@types/node@*", "@types/node@^9.4.6":
|
||||
"@types/node@*":
|
||||
version "9.4.6"
|
||||
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.4.6.tgz#d8176d864ee48753d053783e4e463aec86b8d82e"
|
||||
|
||||
"@types/node@^9.4.7":
|
||||
version "9.4.7"
|
||||
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.4.7.tgz#57d81cd98719df2c9de118f2d5f3b1120dcd7275"
|
||||
|
||||
ansi-256-colors@^1.1.0:
|
||||
version "1.1.0"
|
||||
resolved "https://registry.yarnpkg.com/ansi-256-colors/-/ansi-256-colors-1.1.0.tgz#910de50efcc7c09e3d82f2f87abd6b700c18818a"
|
||||
|
Reference in New Issue
Block a user