Feature/rebrand (#27)

This commit is contained in:
Daniel Lautzenheiser
2022-10-02 20:06:20 -04:00
committed by GitHub
parent 11a684f372
commit 8a59f850d1
117 changed files with 2398 additions and 2272 deletions

View File

@ -1,10 +1,10 @@
{
"name": "@simplecms/simple-cms-core",
"name": "@staticcms/core",
"version": "0.2.0",
"license": "MIT",
"description": "Simple CMS core application.",
"repository": "https://github.com/SimpleCMS/simple-cms",
"bugs": "https://github.com/SimpleCMS/simple-cms/issues",
"description": "Static CMS core application.",
"repository": "https://github.com/StaticJsCMS/static-cms",
"bugs": "https://github.com/StaticJsCMS/static-cms/issues",
"keywords": [
"simple",
"cms",
@ -27,7 +27,7 @@
"start": "run-s clean develop"
},
"module": "dist/esm/index.js",
"main": "dist/simple-cms-core.js",
"main": "dist/static-cms-core.js",
"files": [
"src/",
"dist/",