mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2024-11-21 03:15:49 +08:00
test release canary version
This commit is contained in:
parent
87b0552ff3
commit
eef445a320
@ -39,6 +39,5 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/json-schema": "^7.0.7"
|
||||
},
|
||||
"gitHead": "eb88345ad82e8f3207cb2f2272791824060168ef"
|
||||
}
|
||||
}
|
||||
|
@ -3,3 +3,5 @@ export * from './trait';
|
||||
export * from './scope';
|
||||
export * from './application';
|
||||
export * from './method';
|
||||
|
||||
export const test = 2;
|
||||
|
@ -56,6 +56,5 @@
|
||||
"eslint --fix",
|
||||
"git add"
|
||||
]
|
||||
},
|
||||
"gitHead": "eb88345ad82e8f3207cb2f2272791824060168ef"
|
||||
}
|
||||
}
|
||||
|
@ -64,6 +64,5 @@
|
||||
"jest": "^27.1.0",
|
||||
"typescript": "^4.3.2",
|
||||
"vite": "^2.3.8"
|
||||
},
|
||||
"gitHead": "eb88345ad82e8f3207cb2f2272791824060168ef"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user