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 7621c0b commit cf19a65Copy full SHA for cf19a65
index.js
@@ -1,7 +1,9 @@
1
require('./lib/cli/polyfills');
2
require('draftlog').into(console);
3
const publish = require('./lib/publish').default;
4
+const access = require('./lib/access').default;
5
6
module.exports = {
7
publish,
8
+ access,
9
};
package.json
@@ -1,6 +1,6 @@
{
"name": "@patternson/cli",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "command line interface for patternson",
"main": "index.js",
"scripts": {
0 commit comments