2 Commits

Author SHA1 Message Date
a4c9679ccc 2.1.1 2022-07-30 15:50:38 +02:00
b16cfe0aac fix(core): remove tslint 2022-07-30 15:50:38 +02:00
4 changed files with 5 additions and 24 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@pushrocks/smarts3",
"version": "2.1.0",
"version": "2.1.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@pushrocks/smarts3",
"version": "2.1.0",
"version": "2.1.1",
"license": "MIT",
"dependencies": {
"@pushrocks/smartbucket": "^2.0.2",

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smarts3",
"version": "2.1.0",
"version": "2.1.1",
"private": false,
"description": "create an s3 endpoint that maps to a local directory",
"main": "dist_ts/index.js",
@ -17,9 +17,7 @@
"@gitzone/tsbundle": "^2.0.6",
"@gitzone/tstest": "^1.0.72",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.6.2",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.15.0"
"@types/node": "^18.6.2"
},
"browserslist": [
"last 1 chrome versions"

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smarts3',
version: '2.1.0',
version: '2.1.1',
description: 'create an s3 endpoint that maps to a local directory'
}

View File

@ -1,17 +0,0 @@
{
"extends": ["tslint:latest", "tslint-config-prettier"],
"rules": {
"semicolon": [true, "always"],
"no-console": false,
"ordered-imports": false,
"object-literal-sort-keys": false,
"member-ordering": {
"options":{
"order": [
"static-method"
]
}
}
},
"defaultSeverity": "warning"
}