Feature/rebrand (#27)
This commit is contained in:
committed by
GitHub
parent
11a684f372
commit
8a59f850d1
10
package.json
10
package.json
@ -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/",
|
||||
|
Reference in New Issue
Block a user