Skip to content
Snippets Groups Projects

Solve package not found error

Merged Defendi Alberto requested to merge documentation into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -30,8 +30,8 @@
@@ -30,8 +30,8 @@
"format": "prettier --write .",
"format": "prettier --write .",
"lint": "eslint .",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"lint:fix": "eslint --fix .",
"docs:dev": "npx styleguidist server",
"docs:dev": "styleguidist server",
"docs:build": "npx styleguidist build"
"docs:build": "styleguidist build"
},
},
"browserslist": {
"browserslist": {
"production": [
"production": [
Loading