Skip to content

Commit

Permalink
Merge pull request #4 from neonexus/master
Browse files Browse the repository at this point in the history
Updated ESLint. Added "funding" section to package.json.
  • Loading branch information
neonexus authored Jan 8, 2023
2 parents 3a91296 + ba94604 commit 4c67125
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 20 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Fixted is based on [Barrels](https://www.npmjs.com/package/barrels), by Ruslan Bredikhin.

For an example of real-world use, see this: https://github.com/neonexus/sails-react-bootstrap-webpack
For an example of real-world use, see this: https://github.com/neonexus/sails-react-bootstrap-webpack/tree/release/test

[![npm (fixted)](https://img.shields.io/npm/v/fixted/latest?style=plastic&logo=npm)](https://www.npmjs.com/package/fixted) [![GitHub package.json version (branch)](https://img.shields.io/github/package-json/v/neonexus/fixted/master?style=plastic&logo=github)](https://github.com/neonexus/fixted) [![Build Status](https://img.shields.io/travis/com/neonexus/fixted/master?style=plastic&logo=travis)](https://app.travis-ci.com/neonexus/fixted)

Expand Down
40 changes: 23 additions & 17 deletions package-lock.json

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

10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fixted",
"version": "4.0.1",
"version": "4.0.2",
"description": "A simple way to populate Sails.js v1 models with data fixtures for testing purposes. Originally based on Barrels, by Ruslan Bredikhin.",
"keywords": [
"sails",
Expand All @@ -17,14 +17,20 @@
},
"devDependencies": {
"chai": "^4.3.7",
"eslint": "8.30.0",
"eslint": "8.31.0",
"mocha": "^10.2.0",
"pre-commit": "^1.2.2",
"sails": "^1.5.3",
"sails-disk": "^2.1.2",
"sails-hook-orm": "^4.0.2",
"uuid": "^9.0.0"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/neonexus"
}
],
"main": "index.js",
"scripts": {
"lint": "./node_modules/eslint/bin/eslint.js . --max-warnings=0 --report-unused-disable-directives && echo '✔ Your .js files look good.'",
Expand Down

0 comments on commit 4c67125

Please sign in to comment.