Compare commits

...

2 Commits

Author SHA1 Message Date
a664f3da76 4.0.3 2022-06-26 00:31:58 +02:00
5d3b4585b0 fix(core): update 2022-06-26 00:31:57 +02:00
3 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@pushrocks/smartscaf",
"version": "4.0.2",
"version": "4.0.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@pushrocks/smartscaf",
"version": "4.0.2",
"version": "4.0.3",
"license": "MIT",
"dependencies": {
"@pushrocks/lik": "^6.0.0",

View File

@ -1,13 +1,13 @@
{
"name": "@pushrocks/smartscaf",
"version": "4.0.2",
"version": "4.0.3",
"private": false,
"description": "scaffold projects quickly",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)",
"build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "tsdoc"
},
"repository": {

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartscaf',
version: '4.0.2',
version: '4.0.3',
description: 'scaffold projects quickly'
}