From d8c43316de5e8b93041ad56c38b653be6241baae Mon Sep 17 00:00:00 2001 From: Lucas Gabriel Schneider Date: Wed, 3 Oct 2018 23:58:47 -0300 Subject: [PATCH 1/2] Fixed typo at readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86b48a5d..eb3f0b20 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Matreshka Website](http://matreshka.io/img/mk5-logo_full-vert.svg)](http://matreshka.io) -> Matreshka.js is a simple JavaScript framework for single page applications creation. It fills the gap between a junior and a senior because of simple and intuitive API based on JavaScript classes and accessors. Everything you need to get started is your JavaScript knowlege. +> Matreshka.js is a simple JavaScript framework for single page applications creation. It fills the gap between a junior and a senior because of simple and intuitive API based on JavaScript classes and accessors. Everything you need to get started is your JavaScript knowledge. ## Features - Reactive API which allows to solve hard and confusing problems easily From ac0be605d3c9ef1aba22ea2791591249b8d2f220 Mon Sep 17 00:00:00 2001 From: Andrey Gubanov Date: Thu, 4 Oct 2018 17:10:24 +0300 Subject: [PATCH 2/2] Update .travis.yml --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a75b6265..5888012e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,7 @@ sudo: true language: node_js node_js: - - '7' -before_install: - - npm install -g npm + - '10' branches: except: - /^v\d+\.\d+\.\d+.*/