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 99dbf31 commit 4a6bf6fCopy full SHA for 4a6bf6f
.travis.yml
@@ -41,4 +41,4 @@ script:
41
- gulp minify
42
- gulp test
43
- gulp zip
44
-- '[ "${TRAVIS_BRANCH}" = "develop" ] && [ "${TRAVIS_NODE_VERSION}" = "11" ] && travis/deploy-prebuilt.sh || true'
+- '[ "${TRAVIS_BRANCH}" = "develop" ] && [ "${TRAVIS_NODE_VERSION}" = "14" ] && travis/deploy-prebuilt.sh || true'
package.json
@@ -23,7 +23,7 @@
23
"load": "gulp load",
24
"jshint": "gulp jshint",
25
"test": "gulp test",
26
- "preinstall": "[[ $npm_config_heading == 'npm' ]] && npx npm-force-resolutions || true"
+ "preinstall": "[ $npm_config_heading = 'npm' ] && npx npm-force-resolutions || true"
27
},
28
"files": [
29
"AUTHORS.md",
0 commit comments