Skip to content

Commit cf19a65

Browse files
committed
fix(access): expose on main
1 parent 7621c0b commit cf19a65

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
require('./lib/cli/polyfills');
22
require('draftlog').into(console);
33
const publish = require('./lib/publish').default;
4+
const access = require('./lib/access').default;
45

56
module.exports = {
67
publish,
8+
access,
79
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternson/cli",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "command line interface for patternson",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)