Skip to content

Commit d4e6018

Browse files
committed
chore: change scr to src
1 parent 658421e commit d4e6018

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13449,7 +13449,7 @@ function wrappy (fn, cb) {
1344913449

1345013450
/***/ }),
1345113451

13452-
/***/ 9935:
13452+
/***/ 9621:
1345313453
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
1345413454

1345513455
"use strict";
@@ -17957,7 +17957,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
1795717957
__nccwpck_require__(4227);
1795817958
const core_1 = __nccwpck_require__(2186);
1795917959
const github_1 = __nccwpck_require__(5438);
17960-
const github_2 = __nccwpck_require__(9935);
17960+
const github_2 = __nccwpck_require__(9621);
1796117961
const hasProtectionRuleFilter = (value, hasProtection) => {
1796217962
if (typeof hasProtection === 'undefined')
1796317963
return true;

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "1.0.0",
44
"main": "index.js",
55
"scripts": {
6-
"dev": "ts-node --transpile-only scr/index.ts",
7-
"build": "ncc build scr/index.ts"
6+
"dev": "ts-node --transpile-only src/index.ts",
7+
"build": "ncc build src/index.ts"
88
},
99
"repository": {
1010
"type": "git",
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)