Skip to content

Commit

Permalink
Merge branch 'release/v1.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelBinpar committed May 26, 2020
2 parents b6012df + e243956 commit a56b07a
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 44 deletions.
4 changes: 4 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.14.1
ignore: {}
patch: {}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Node Boilerplate
# fs

[![Build Status](https://travis-ci.org/acttoreact/fs.svg?branch=master)](https://travis-ci.org/acttoreact/fs) [![Coverage Status](https://coveralls.io/repos/github/acttoreact/fs/badge.svg?branch=master)](https://coveralls.io/github/acttoreact/fs) [![npm](https://img.shields.io/npm/v/@a2r/fs)](https://www.npmjs.com/package/@a2r/fs) [![Snyk Vulnerabilities for GitHub Repo](https://img.shields.io/snyk/vulnerabilities/github/acttoreact/fs)](https://snyk.io/test/github/acttoreact/fs) [![node-current](https://img.shields.io/node/v/@a2r/fs)](https://www.npmjs.com/package/@a2r/fs) [![GitHub](https://img.shields.io/github/license/acttoreact/fs)](https://github.com/acttoreact/fs/blob/develop/license.md) [![Documentation](https://img.shields.io/badge/documentation-ready-green)](https://htmlpreview.github.io/?https://github.com/acttoreact/fs/blob/develop/docs/jsdocs/index.html#readDir)

Node Boilerplate for A2r TypeScript Projects
File System library for the a2r ecosystem
70 changes: 32 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@a2r/fs",
"version": "1.0.0",
"version": "1.1.0",
"description": "A2R file system library",
"main": "./index.js",
"types": "./index.d.ts",
Expand All @@ -20,7 +20,9 @@
"test-coverage-dev": "NODE_ENV=development jest --coverage --watchAll",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls",
"test-full": "npm run test-clear;npm run build;npm run test;npm run test-coverage;npm run lint;npm audit;npm run docs",
"docs": "jsdoc -c jsdoc.json"
"docs": "jsdoc -c jsdoc.json",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -56,10 +58,11 @@
"eslint-plugin-react": "^7.20.0",
"jest": "^26.0.1",
"jsdoc": "^3.6.3",
"snyk": "^1.328.0",
"snyk": "^1.329.0",
"ts-jest": "^26.0.0",
"ts-node-dev": "^1.0.0-pre.40",
"typescript": "^3.9.3",
"wait-for-expect": "^3.0.2"
}
},
"snyk": true
}

0 comments on commit a56b07a

Please sign in to comment.