Skip to content

Commit

Permalink
Improved typings
Browse files Browse the repository at this point in the history
  • Loading branch information
LCluber committed Apr 4, 2019
1 parent f2f6507 commit 6b2a9d0
Show file tree
Hide file tree
Showing 89 changed files with 6,359 additions and 3,852 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.git
.sass-cache
.ts-cache
.tscache
build
node_modules
src
Expand Down
27 changes: 27 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
language: node_js
node_js:
- 8.12.0

branches:
only:
- master

services:
- docker

env:
- NODE_ENV=development

before_install:

install:
- npm install -g grunt-cli typescript && npm install

before_script:

script:
- grunt lib
- grunt website
- grunt doc

after_script:
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.5.5 (April 04th 2019)
-----------------------------
* Improved typings.

Version 0.5.4 (December 16th 2018)
-----------------------------
* Added clearMeshes() method to Scene class.
Expand Down
Loading

0 comments on commit 6b2a9d0

Please sign in to comment.