Skip to content

Commit

Permalink
Release V3.1.1 (#93)
Browse files Browse the repository at this point in the history
* Migrated from Gulp to npm for all build and development tasks
* Updated dependencies
* Added the CSS attributes of <code>letter-spacing</code> and <code>text-transform</code>
* Added postcss for legacy browser support
  • Loading branch information
srm985 committed Jan 26, 2021
1 parent effaf18 commit a5ec678
Show file tree
Hide file tree
Showing 71 changed files with 13,539 additions and 15,190 deletions.
10 changes: 8 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,16 @@
"error",
"all"
],
"import/no-dynamic-require": false,
"import/no-dynamic-require": [
0
],
"import/no-extraneous-dependencies": [
"error",
{
"devDependencies": [
"./*.js",
"./tasks/**/*.js"
"./tasks/**/*.js",
"./scripts/**/*.js"
]
}
],
Expand Down Expand Up @@ -106,6 +109,9 @@
"react/jsx-one-expression-per-line": [
0
],
"react/jsx-props-no-spreading": [
0
],
"react/no-did-update-set-state": [
0
],
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/node_modules/
/dist/**/*.map
/dist/**.*.html
/dist/*.map
/dist/*.html
Loading

1 comment on commit a5ec678

@ashpag1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i dont know if someone can help.

Please sign in to comment.