Added package caching and fixed 'main' in package.json.

This commit is contained in:
Shane M. Clements 2014-05-15 09:56:44 -06:00
parent 1ad8ed4836
commit 9cc352d51c
2 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
language: node_js
node_js:
- "0.10"
cache:
directories:
- node_modules
before_script:
- npm install -g flex-sdk
- npm install flex-sdk

View file

@ -3,7 +3,7 @@
"description": "Open source version of the Scratch 2.0 project editor.",
"version": "1.0.0",
"homepage": "http://scratch.mit.edu/",
"main": "./lib/serious-calculations",
"main": "scratch-flash",
"license": "GPL-2.0",
"repository": {
"type": "git",