We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b4988 commit f7ffc65Copy full SHA for f7ffc65
.npmrc
@@ -1 +1,2 @@
1
message = chore(release): %s
2
+engine-strict=true
package.json
@@ -20,9 +20,7 @@
20
"scripts": {
21
"pretest": "rimraf node_modules/src",
22
"test": "ts-node test",
23
- "test-md": "mos t",
24
"premd": "rimraf node_modules/src && npm run tsc",
25
- "md": "mos",
26
"tsc": "rimraf dist && tsc",
27
"prepublishOnly": "npm run tsc"
28
},
@@ -43,8 +41,6 @@
43
41
"devDependencies": {
44
42
"@types/node": "^16.18.3",
45
"@types/tape": "^4.13.2",
46
- "mos": "^1.3.1",
47
- "mos-plugin-readme": "^1.0.4",
48
"rimraf": "^3.0.2",
49
"tape": "^5.6.1",
50
"tempy": "^1.0.1",
0 commit comments