Skip to content

Commit

Permalink
Merge branch 'master' into morphisms
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemao committed Mar 7, 2019
2 parents 1d15590 + feace35 commit 05d7e94
Show file tree
Hide file tree
Showing 3 changed files with 219 additions and 49 deletions.
3 changes: 1 addition & 2 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
This project is a work in progress. Contributions are very welcome.

## Hard rules
* Run `npm test` to lint the code examples. Your changes must pass.
* If you add a new definition or reorder them run `npm run toc` to regenerate the table of contents.
There is a pre-commit hook that runs: `npm run test && npm run roadmarks` for linting the readme and creating the TOC.

That said, we'd like to maintain some consistency across the document.

Expand Down
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@
"devDependencies": {
"eslint": "^3.4.0",
"eslint-config-standard": "^6.0.0",
"eslint-plugin-markdown": "^1.0.0-beta.2",
"eslint-plugin-markdown": "^1.0.0-beta.6",
"eslint-plugin-standard": "^3.0.1",
"pre-commit": "^1.2.2",
"roadmarks": "^1.6.3"
}
},
"pre-commit": [
"test",
"toc"
]
}
Loading

0 comments on commit 05d7e94

Please sign in to comment.