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

Commit ea217a4

Browse files
committed
Remove browser build
1 parent 53929b1 commit ea217a4

File tree

3 files changed

+1
-14
lines changed

3 files changed

+1
-14
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@
33
.nyc_output/
44
coverage/
55
node_modules/
6-
remark-slug.js
7-
remark-slug.min.js
86
yarn.lock

.prettierignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
coverage/
2-
remark-slug.js
3-
remark-slug.min.js
4-
*.json
52
*.md

package.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,28 +38,21 @@
3838
"unist-util-visit": "^2.0.0"
3939
},
4040
"devDependencies": {
41-
"browserify": "^17.0.0",
42-
"dtslint": "^4.0.0",
4341
"nyc": "^15.0.0",
4442
"prettier": "^2.0.0",
4543
"remark": "^13.0.0",
4644
"remark-cli": "^9.0.0",
4745
"remark-preset-wooorm": "^8.0.0",
4846
"tape": "^5.0.0",
49-
"tinyify": "^3.0.0",
5047
"unist-builder": "^2.0.0",
5148
"unist-util-remove-position": "^3.0.0",
5249
"xo": "^0.37.0"
5350
},
5451
"scripts": {
5552
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
56-
"build-bundle": "browserify . -s remarkSlug > remark-slug.js",
57-
"build-mangle": "browserify . -s remarkSlug -p tinyify > remark-slug.min.js",
58-
"build": "npm run build-bundle && npm run build-mangle",
5953
"test-api": "node test",
6054
"test-coverage": "nyc --reporter lcov tape test.js",
61-
"test-types": "dtslint types",
62-
"test": "npm run format && npm run build && npm run test-coverage && npm run test-types"
55+
"test": "npm run format && npm run build && npm run test-coverage"
6356
},
6457
"prettier": {
6558
"tabWidth": 2,
@@ -73,7 +66,6 @@
7366
"prettier": true,
7467
"esnext": false,
7568
"ignores": [
76-
"remark-slug.js",
7769
"types/index.d.ts"
7870
]
7971
},

0 commit comments

Comments
 (0)