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

Commit

Permalink
build(npm): updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-pogor committed Jul 22, 2021
1 parent 89c5385 commit 131e1e9
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 77 deletions.
2 changes: 1 addition & 1 deletion exampleSite/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ enableGitInfo = true
enableEmoji = true

# Ignore build errors.
ignoreErrors = ["error-missing-instagram-accesstoken"]
ignoreErrors = ["error-remote-getjson", "error-missing-instagram-accesstoken"]

[languages]
[languages.en]
Expand Down
142 changes: 71 additions & 71 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/preset-env": "^7.14.8",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"all-contributors-cli": "^6.20.0",
Expand All @@ -19,19 +19,19 @@
"commitizen": "^4.2.4",
"core-js": "^3.15.2",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.30.0",
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
"husky": "^7.0.1",
"lint-staged": "^11.0.0",
"lint-staged": "^11.1.0",
"markdownlint": "^0.23.1",
"minimist": "^1.2.5",
"prettier": "^2.3.2",
"segmentit": "^2.0.3",
"standard-version": "^9.3.0",
"standard-version": "^9.3.1",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^22.0.0",
"stylelint-scss": "^3.19.0"
"stylelint-scss": "^3.20.1"
},
"scripts": {
"babel": "npx babel src/js --out-file assets/js/theme.min.js --source-maps",
Expand Down

0 comments on commit 131e1e9

Please sign in to comment.