Skip to content

Commit

Permalink
Merge c900327 into 73a5efe
Browse files Browse the repository at this point in the history
  • Loading branch information
homer0 committed Oct 1, 2020
2 parents 73a5efe + c900327 commit f88b219
Show file tree
Hide file tree
Showing 4 changed files with 1,077 additions and 938 deletions.
33 changes: 15 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,33 +15,30 @@
],
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"5to6-codemod": "1.8.0",
"commitizen": "^4.1.2",
"cz-conventional-changelog": "^3.2.0",
"docdash": "homer0/docdash#semver:^2.0.0",
"eslint": "^7.5.0",
"eslint-plugin-homer0": "^5.0.1",
"husky": "^4.2.5",
"jest": "^26.1.0",
"jscodeshift": "0.10.0",
"jsdoc": "^3.6.4",
"jsdoc-ts-utils": "^1.0.0",
"leasot": "^11.1.0",
"lint-staged": "^10.2.11",
"semantic-release": "^17.1.1",
"wootils": "^4.0.0"
"cjs2esm": "^1.1.0",
"commitizen": "^4.2.1",
"cz-conventional-changelog": "^3.3.0",
"docdash": "homer0/docdash#semver:2.1.0",
"eslint": "^7.10.0",
"eslint-plugin-homer0": "^5.0.2",
"husky": "^4.3.0",
"jest": "^26.4.2",
"jsdoc": "^3.6.6",
"jsdoc-ts-utils": "^1.1.1",
"leasot": "^11.3.0",
"lint-staged": "^10.4.0",
"semantic-release": "^17.1.2",
"wootils": "^4.2.0"
},
"engine-strict": true,
"engines": {
"node": ">=10.0.0"
},
"main": "src/index.js",
"scripts": {
"prepare": "./utils/scripts/prepare",
"prepublishOnly": "./utils/scripts/prepublishOnly",
"test": "./utils/scripts/test",
"lint": "./utils/scripts/lint",
"lint:all": "./utils/scripts/lint-all",
Expand Down
46 changes: 0 additions & 46 deletions utils/scripts/prepare

This file was deleted.

3 changes: 3 additions & 0 deletions utils/scripts/prepublishOnly
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash -e

cjs2esm

0 comments on commit f88b219

Please sign in to comment.