switch to new org scheme
This commit is contained in:
parent
1667dd2d11
commit
3e3bd190bc
@ -3,10 +3,10 @@
|
||||
"projectType": "npm",
|
||||
"module": {
|
||||
"githost": "gitlab.com",
|
||||
"gitscope": "pushrocks",
|
||||
"gitscope": "push.rocks",
|
||||
"gitrepo": "smartaction",
|
||||
"description": "a module for managing actions. What was done? What needs to be done? How often should it be done? Whats currently being done?",
|
||||
"npmPackagename": "@pushrocks/smartaction",
|
||||
"npmPackagename": "@push.rocks/smartaction",
|
||||
"license": "MIT",
|
||||
"projectDomain": "push.rocks"
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@pushrocks/smartaction",
|
||||
"name": "@push.rocks/smartaction",
|
||||
"version": "1.0.2",
|
||||
"private": false,
|
||||
"description": "a module for managing actions. What was done? What needs to be done? How often should it be done? Whats currently being done?",
|
||||
@ -38,4 +38,4 @@
|
||||
"npmextra.json",
|
||||
"readme.md"
|
||||
]
|
||||
}
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
import * as plugins from '@pushrocks/smartstate';
|
||||
|
||||
export class ActionStore {
|
||||
|
||||
}
|
5
ts/smartaction.classes.action.ts
Normal file
5
ts/smartaction.classes.action.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import * as plugins from './smartaction.plugins';
|
||||
|
||||
export class Action {
|
||||
|
||||
}
|
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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user