Skip to content

Commit

Permalink
Merge pull request #146 from rhinel/test
Browse files Browse the repository at this point in the history
update v2.5.1
  • Loading branch information
rhinel authored Jun 24, 2019
2 parents 26ee427 + ac71515 commit 2c36954
Show file tree
Hide file tree
Showing 4 changed files with 318 additions and 602 deletions.
7 changes: 5 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"presets": [
["@babel/env", {
"modules": false,
"targets": { "uglify": true }
"modules": false,
"targets": {
"ie": "11"
},
"useBuiltIns": "usage"
}]
],
"plugins": [
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js

node_js:
- '9'
- '12'

sudo: required

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rent-manager",
"version": "2.5.0",
"version": "2.5.1",
"description": "rent-manager for ying",
"author": "rhinel <[email protected]>",
"private": true,
Expand Down
Loading

0 comments on commit 2c36954

Please sign in to comment.