Skip to content

Commit e1b726e

Browse files
committed
resolved merged conflic
2 parents 509ce85 + 3604bce commit e1b726e

File tree

7 files changed

+6493
-13848
lines changed

7 files changed

+6493
-13848
lines changed

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @contentstack/security-admin @contentstack/cli-admin
1+
* @contentstack/security-admin

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Contentstack
3+
Copyright (c) 2023 Contentstack
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

bin/run

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env node
22

3-
require('@oclif/command').run()
4-
.catch(require('@oclif/errors/handle'))
3+
(async () => {
4+
const { execute } = require('@contentstack/cli-utilities')
5+
await execute({ type: 'cjs', dir: __dirname })
6+
})()

0 commit comments

Comments
 (0)