Re-add other locales

This commit is contained in:
Daniel Lautzenheiser
2022-09-30 19:43:51 -04:00
parent 9a2827d94c
commit a3ed94d123
32 changed files with 8243 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@simplecms/simple-cms-core",
"version": "0.1.5",
"version": "0.1.6",
"license": "MIT",
"description": "Simple CMS core application.",
"repository": "https://github.com/SimpleCMS/simple-cms",
@ -23,8 +23,7 @@
"lint:format": "prettier \"{{src,scripts,website}/**/,}*.{js,jsx,ts,tsx,css}\" --list-different",
"lint:js": "eslint --color --ignore-path .gitignore \"{{src,scripts,website}/**/,}*.{js,jsx,ts,tsx}\"",
"lint": "run-p -c --aggregate-output \"lint:*\"",
"publish": "npm publish",
"release": "run-s build publish",
"prepublish": "build",
"start": "run-s clean develop"
},
"module": "dist/esm/index.js",