Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Deprecate
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 1, 2024
1 parent b856c01 commit 2936927
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 270 deletions.
9 changes: 0 additions & 9 deletions .editorconfig

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/bb.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/main.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .gitignore

This file was deleted.

1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

3 changes: 0 additions & 3 deletions .prettierignore

This file was deleted.

11 changes: 0 additions & 11 deletions index.js

This file was deleted.

22 changes: 0 additions & 22 deletions license

This file was deleted.

69 changes: 2 additions & 67 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,71 +1,6 @@
{
"bugs": "https://github.com/remarkjs/gulp-remark/issues",
"name": "gulp-remark",
"version": "10.0.1",
"description": "Legacy gulp plugin for remark — please use alternatives to Gulp such as npm scripts instead",
"license": "MIT",
"keywords": [],
"repository": "remarkjs/gulp-remark",
"bugs": "https://github.com/remarkjs/gulp-remark/issues",
"author": "Denys Dovhan <[email protected]> (https://denysdovhan.com)",
"contributors": [
"Denys Dovhan <[email protected]> (https://denysdovhan.com)",
"Titus Wormer <[email protected]> (https://wooorm.com)",
"Margatroid <[email protected]>"
],
"sideEffects": false,
"type": "module",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.d.ts",
"index.js"
],
"dependencies": {
"remark": "^14.0.0",
"unified-engine-gulp": "^9.0.0"
},
"devDependencies": {
"@types/tape": "^4.0.0",
"c8": "^7.0.0",
"plugin-error": "^1.0.0",
"prettier": "^2.0.0",
"remark-cli": "^10.0.0",
"remark-html": "^15.0.0",
"remark-preset-wooorm": "^9.0.0",
"rimraf": "^3.0.0",
"tape": "^5.0.0",
"type-coverage": "^2.0.0",
"typescript": "^4.0.0",
"vinyl": "^2.0.0",
"xo": "^0.46.0"
},
"scripts": {
"build": "rimraf \"*.d.ts\" && tsc && type-coverage",
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
"test-api": "node --conditions development test.js",
"test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov npm run test-api",
"test": "npm run build && npm run format && npm run test-coverage"
},
"prettier": {
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"bracketSpacing": false,
"semi": false,
"trailingComma": "none"
},
"xo": {
"prettier": true
},
"remarkConfig": {
"plugins": [
"preset-wooorm"
]
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
"version": "11.0.0"
}
20 changes: 3 additions & 17 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
# gulp-remark

**Stability: Legacy**.
This package is no longer recommended for use.
It’s still covered by semantic-versioning guarantees and not yet deprecated, but
use of this package should be avoided.
Please use an alternative to Gulp such as npm scripts instead.
Deprecated: this package was not used enough to warrant continued maintenance.

Legacy [documentation for this package][docs] is still available in Git.
[Git][] is still intact and previous versions can still be used without warnings.

## License

[MIT][license] © [Denys Dovhan][author]

<!-- Definitions -->

[license]: license

[author]: https://denysdovhan.com

[docs]: https://github.com/remarkjs/gulp-remark/tree/0676fdd
[git]: https://github.com/remarkjs/gulp-remark/tree/b856c01
84 changes: 0 additions & 84 deletions test.js

This file was deleted.

16 changes: 0 additions & 16 deletions tsconfig.json

This file was deleted.

0 comments on commit 2936927

Please sign in to comment.