Skip to content

Commit

Permalink
case sensitive issue and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
setpixel committed Aug 10, 2017
1 parent a7d5513 commit 7408497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "storyboarder",
"productName": "Storyboarder",
"version": "0.9.0",
"version": "0.9.1",
"description": "The fastest way to storyboard.",
"main": "src/js/main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/js/shot-template-system/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const EventEmitter = require('events').EventEmitter

window.THREE = require('../vendor/three.min.js')
const JDLoader = require('../vendor/JDLoader.min.js')
const {MeshLine, MeshLineMaterial} = require('../vendor/THREE.Meshline.js')
const {MeshLine, MeshLineMaterial} = require('../vendor/THREE.MeshLine.js')
const OutlineEffect = require('../vendor/effects/OutlineEffect.js')
const BufferSubdivisionModifier = require('../vendor/modifiers/BufferSubdivisionModifier.js')

Expand Down

0 comments on commit 7408497

Please sign in to comment.