Skip to content

Commit

Permalink
Fix security vulnarabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
keenondrums committed Oct 19, 2018
1 parent 6f195ce commit 329fa2c
Show file tree
Hide file tree
Showing 6 changed files with 114 additions and 6,605 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
language: node_js
node_js:
- "lts/*"
- 'lts/*'
before_install:
- npm i -g [email protected]
install:
- npm ci
- npm i axios
script:
- npm run lint
- npm test
sudo: false
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# axios-rest-resource [![Build Status](https://travis-ci.org/keenondrums/axios-rest-resource.svg?branch=master)](https://travis-ci.org/keenondrums/axios-rest-resource)

A small library that creates a pre-configured instance of axios to make HTTP requests to REST resources. Written in Typescript. Heavily inspired by AngularJS' $resource.
Small library that creates a pre-configured instance of axios to make HTTP requests to REST resources. Written in Typescript. Heavily inspired by AngularJS' $resource.

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
Expand Down
Loading

0 comments on commit 329fa2c

Please sign in to comment.