Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit fa5196e

Browse files
committed
Merge branch 'boilerplate' into dev
2 parents 92c6256 + d05adfb commit fa5196e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
- [x] No local state, Logic process layer build with Ramada.js && Rx.js
3838
- [x] styled-componentas the css solution
3939
- [x] Multi Themes switch on the fly
40-
- [x] Multi language support, scale easliy
41-
- [x] Handy generators for quick development
40+
- [x] Pre-baked i18n support, scale easliy
41+
- [x] Scaffolding tools for quick development
4242
- [x] and lots more ...
4343

4444
## TODO

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mastani",
33
"version": "0.0.1",
4-
"license": "TODO",
4+
"license": "MIT",
55
"scripts": {
66
"dev": "cross-env NODE_ENV=dev run-p server ",
77
"lint": "eslint pages/**/*.js components/**/* containers/**/* stores/**/*",

0 commit comments

Comments
 (0)