Skip to content

Commit

Permalink
Merge pull request #16 from microsoftgraph/bugfix/missing-core-file
Browse files Browse the repository at this point in the history
bugfix/missing core file
  • Loading branch information
baywet authored Jul 26, 2024
2 parents cd6acd4 + a389bd7 commit aaddd38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@microsoft/eslint-config-msgraph",
"version": "4.1.0",
"version": "4.1.1",
"description": "A sharable eslint config for Microsoft Graph web teams to use as a base set of linting rules",
"main": "index.js",
"files": [
"index.js",
"prettier.config.js"
"prettier.config.js",
"core.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit aaddd38

Please sign in to comment.