Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 11f27d7

Browse files
chore(build): remove 1.5 from CDN versions
1 parent 2c918ea commit 11f27d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const utils = require('./utils');
1212
const ROOT_DIR = '.';
1313
const DST_DIR = 'build';
1414
const SRC_DIR = 'src';
15-
const CDN_VERSIONS = ['1.2', '1.5', '1.6'];
15+
const CDN_VERSIONS = ['1.2', '1.6'];
1616
const CDN_REPLACE_FILES = ['index.html', 'js/download-data.js'];
1717
const GIT_BRANCH_DIST = 'dist';
1818
const PTOR_CONF = 'protractorConf.js';

0 commit comments

Comments
 (0)