mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 08:32:52 +08:00
chore(): remove beta flag from release
This commit is contained in:
parent
0883240f60
commit
bf7ba9bd01
@ -4,14 +4,14 @@ import * as fs from 'fs-extra';
|
|||||||
import { merge } from 'lodash';
|
import { merge } from 'lodash';
|
||||||
import { cpus } from 'os';
|
import { cpus } from 'os';
|
||||||
import * as path from 'path';
|
import * as path from 'path';
|
||||||
|
|
||||||
import { PLUGIN_PATHS, ROOT } from '../build/helpers';
|
import { PLUGIN_PATHS, ROOT } from '../build/helpers';
|
||||||
import { Logger } from '../logger';
|
import { Logger } from '../logger';
|
||||||
|
|
||||||
|
|
||||||
// tslint:disable-next-line:no-var-requires
|
// tslint:disable-next-line:no-var-requires
|
||||||
const MAIN_PACKAGE_JSON = require('../../package.json');
|
const MAIN_PACKAGE_JSON = require('../../package.json');
|
||||||
const VERSION = MAIN_PACKAGE_JSON.version;
|
const VERSION = MAIN_PACKAGE_JSON.version;
|
||||||
const FLAGS = '--access public --tag beta';
|
const FLAGS = '--access public';
|
||||||
|
|
||||||
const PACKAGE_JSON_BASE = {
|
const PACKAGE_JSON_BASE = {
|
||||||
description: 'Ionic Native - Native plugins for ionic apps',
|
description: 'Ionic Native - Native plugins for ionic apps',
|
||||||
|
Loading…
Reference in New Issue
Block a user