1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-28 23:04:50 -05:00

natives devDependencies

This commit is contained in:
Kyle Spearrin 2019-03-08 00:05:41 -05:00
parent e457c72f48
commit 9895306974
3 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,6 @@ services:
stack: node 10 stack: node 10
install: install:
- sh: npm i -g gulp - sh: npm i -g gulp
- sh: npm i natives@1.1.6
build_script: build_script:
- sh: chmod +x ./build.sh - sh: chmod +x ./build.sh
- sh: ./build.sh - sh: ./build.sh

View File

@ -2907,9 +2907,9 @@
} }
}, },
"natives": { "natives": {
"version": "1.1.4", "version": "1.1.6",
"resolved": "https://registry.npmjs.org/natives/-/natives-1.1.4.tgz", "resolved": "https://registry.npmjs.org/natives/-/natives-1.1.6.tgz",
"integrity": "sha512-Q29yeg9aFKwhLVdkTAejM/HvYG0Y1Am1+HUkFQGn5k2j8GS+v60TVmZh6nujpEAj/qql+wGUrlryO8bF+b1jEg==", "integrity": "sha512-6+TDFewD4yxY14ptjKaS63GVdtKiES1pTPyxn9Jb0rBqPMZ7VcCiooEhPNsr+mqHtMGxa/5c/HhcC4uPEUw/nA==",
"dev": true "dev": true
}, },
"node-gyp": { "node-gyp": {

View File

@ -14,6 +14,7 @@
"bootstrap": "4.1.3", "bootstrap": "4.1.3",
"font-awesome": "4.7.0", "font-awesome": "4.7.0",
"popper.js": "1.14.4", "popper.js": "1.14.4",
"jquery": "3.3.1" "jquery": "3.3.1",
"natives": "1.1.6"
} }
} }