1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-11 06:24:35 +00:00

Compare commits

...

1 Commits

Author SHA1 Message Date
Allan Bowe
f0a5d89016 build.sh build on 2022-02-24:21:33:11 2022-02-24 21:33:11 +00:00
3 changed files with 3 additions and 2 deletions

1
CNAME Normal file
View File

@@ -0,0 +1 @@
core.sasjs.io

2
package-lock.json generated
View File

@@ -7,7 +7,7 @@
"name": "@sasjs/core",
"license": "MIT",
"devDependencies": {
"@sasjs/cli": "3.6.0",
"@sasjs/cli": "^3.6.0",
"@sasjs/core": "4.4.7"
}
},

View File

@@ -33,7 +33,7 @@
"prepare": "git rev-parse --git-dir && git config core.hooksPath ./.git-hooks || true"
},
"devDependencies": {
"@sasjs/cli": "3.6.0",
"@sasjs/cli": "^3.6.0",
"@sasjs/core": "4.4.7"
}
}