Updates remark

pull/46/head
sobolevn 7 years ago
parent 57b7e6d596
commit e08fa03ee7
No known key found for this signature in database
GPG Key ID: FF672D568AE3C73E

@ -1,10 +1,16 @@
sudo: false
language: node_js
node_js:
- '5.0'
sudo: false
- 8
cache:
directories:
- node_modules
install:
- npm install
- yarn install
script:
- npm test
- npm run test

@ -210,7 +210,6 @@ A curated list of cryptography resources and links.
### Haskell
- [Crypto](http://hackage.haskell.org/packages/#cat:Crypto) - Collaborative Hackage list.
- [Cryptography](http://hackage.haskell.org/packages/#cat:Cryptography) - Collaborative Hackage list.
- [Cryptography & Hashing](https://wiki.haskell.org/Applications_and_libraries/Cryptography) - Official Website of Haskell.
- [cryptol](https://github.com/GaloisInc/cryptol) - The Language of Cryptography.

1524
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -4,7 +4,7 @@
"description": "A curated list of cryptography resources and links.",
"main": "index.js",
"scripts": {
"test": "./node_modules/remark/bin/remark README.md CONTRIBUTING.md -f"
"test": "remark README.md CONTRIBUTING.md -f"
},
"repository": {
"type": "git",
@ -22,32 +22,23 @@
},
"homepage": "https://github.com/sobolevn/awesome-cryptography#readme",
"dependencies": {
"remark": "^4.2.2",
"remark-lint": "^3.2.1",
"remark-lint-alphabetize-lists": "^1.0.4",
"remark-lint-are-links-valid": "^1.0.3",
"remark-lint-list-item-punctuation": "^2.0.1"
"remark": "^8.0.0",
"remark-cli": "^4.0.0",
"remark-lint": "^6.0.0",
"remark-lint-alphabetize-lists": "^2.0.0",
"remark-lint-are-links-valid-duplicate": "^0.1.1",
"remark-preset-lint-recommended": "^3.0.0"
},
"remarkConfig": {
"plugins": {
"lint": {
"maximum-line-length": 350,
"list-item-indent": "space",
"no-tabs": null,
"list-item-spacing": false,
"external": [
"remark-lint-alphabetize-lists",
"remark-lint-are-links-valid",
"remark-lint-list-item-punctuation"
],
"are-links-valid": {
"allowDuplicates": false,
"whiteListDomains": [
"hackage.haskell.org"
]
}
}
},
"plugins": [
"remark-preset-lint-recommended",
[
"remark-lint-list-item-indent",
"space"
],
"remark-lint-alphabetize-lists",
"remark-lint-are-links-valid-duplicate"
],
"settings": {
"commonmark": true
}

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save