Skip to content

Commit

Permalink
Merge pull request #25 from snyk/chore/remove-unused-files
Browse files Browse the repository at this point in the history
chore: remove unused files
  • Loading branch information
ivanstanev committed Mar 30, 2020
2 parents a84603e + 2ea191b commit db7893e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6,514 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
defaults: &defaults
resource_class: small
docker:
- image: node:12
- image: node:8
working_directory: ~/rpm-parser

commands:
Expand All @@ -13,16 +13,16 @@ commands:
- checkout
- restore_cache:
keys:
- v1-npm-cache-{{ checksum "package-lock.json" }}
- v1-npm-cache-{{ checksum "package.json" }}
- v1-npm-cache-
- run:
name: Use snyk-main npmjs user
command: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
- run:
name: Install dependencies
command: npm ci
command: npm install
- save_cache:
key: v1-npm-cache-{{ checksum "package-lock.json" }}
key: v1-npm-cache-{{ checksum "package.json" }}
paths:
- ~/.npm
- persist_to_workspace:
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
node_modules
package-lock.json
npm-debug.log
# output
dist
.DS_Store
*.log
.idea
data
.vscode
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
37 changes: 0 additions & 37 deletions .vscode/launch.json

This file was deleted.

0 comments on commit db7893e

Please sign in to comment.