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 2b316be commit 8e8b227Copy full SHA for 8e8b227
.nvmrc
@@ -1 +1 @@
1
-9
+14.15
.travis.yml
@@ -1,2 +1,2 @@
language: node_js
2
-node_js: 9
+node_js: 14.15
package.json
@@ -26,6 +26,10 @@
26
"bugs": "https://github.com/Bttstrp/bootstrap-switch/issues",
27
"license": "MIT",
28
"readmeFilename": "README.md",
29
+ "engines": {
30
+ "node": "^14.15",
31
+ "yarn": "^1.22"
32
+ },
33
"devDependencies": {
34
"babel-cli": "^6.22.2",
35
"babel-core": "^6.26.0",
0 commit comments