Skip to content

Commit

Permalink
Release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic100 committed Mar 4, 2018
2 parents 1f54037 + c619257 commit c08d4e3
Show file tree
Hide file tree
Showing 19 changed files with 1,096 additions and 756 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: node_js
node_js:
- "5"
- "8"
before_install:
- npm install -g grunt-cli
- npm install -g bower
before_script:
- bower install
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ module.exports = function(grunt) {
sass: {
options: {
sourceMap: false,
outputStyle: 'expanded'
style: 'expanded'
},
lib: {
src: 'src/scss/photo-sphere-viewer.scss',
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dist/photo-sphere-viewer.css"
],
"dependencies": {
"three.js": ">= 0.70.0",
"three.js": ">= 0.85.0",
"D.js": "~0.7.3",
"uevent": "~1.0.0",
"doT": ">=1.0.3"
Expand Down
Loading

0 comments on commit c08d4e3

Please sign in to comment.