switch to new org scheme
This commit is contained in:
		@@ -3,10 +3,10 @@
 | 
				
			|||||||
    "projectType": "npm",
 | 
					    "projectType": "npm",
 | 
				
			||||||
    "module": {
 | 
					    "module": {
 | 
				
			||||||
      "githost": "gitlab.com",
 | 
					      "githost": "gitlab.com",
 | 
				
			||||||
      "gitscope": "pushrocks",
 | 
					      "gitscope": "push.rocks",
 | 
				
			||||||
      "gitrepo": "smartparcel",
 | 
					      "gitrepo": "smartparcel",
 | 
				
			||||||
      "shortDescription": "a wrapper for parcel",
 | 
					      "shortDescription": "a wrapper for parcel",
 | 
				
			||||||
      "npmPackagename": "@pushrocks/smartparcel",
 | 
					      "npmPackagename": "@push.rocks/smartparcel",
 | 
				
			||||||
      "license": "MIT",
 | 
					      "license": "MIT",
 | 
				
			||||||
      "projectDomain": "push.rocks"
 | 
					      "projectDomain": "push.rocks"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "name": "@pushrocks/smartparcel",
 | 
					  "name": "@push.rocks/smartparcel",
 | 
				
			||||||
  "version": "1.0.13",
 | 
					  "version": "1.0.13",
 | 
				
			||||||
  "private": false,
 | 
					  "private": false,
 | 
				
			||||||
  "description": "a wrapper for parcel",
 | 
					  "description": "a wrapper for parcel",
 | 
				
			||||||
@@ -39,4 +39,4 @@
 | 
				
			|||||||
  "browserslist": [
 | 
					  "browserslist": [
 | 
				
			||||||
    "last 1 chrome versions"
 | 
					    "last 1 chrome versions"
 | 
				
			||||||
  ]
 | 
					  ]
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
							
								
								
									
										17
									
								
								tslint.json
									
									
									
									
									
								
							
							
						
						
									
										17
									
								
								tslint.json
									
									
									
									
									
								
							@@ -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"
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
		Reference in New Issue
	
	Block a user