Added package caching and fixed 'main' in package.json.
This commit is contained in:
parent
1ad8ed4836
commit
9cc352d51c
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "0.10"
|
- "0.10"
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- node_modules
|
||||||
before_script:
|
before_script:
|
||||||
- npm install -g flex-sdk
|
- npm install flex-sdk
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"description": "Open source version of the Scratch 2.0 project editor.",
|
"description": "Open source version of the Scratch 2.0 project editor.",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"homepage": "http://scratch.mit.edu/",
|
"homepage": "http://scratch.mit.edu/",
|
||||||
"main": "./lib/serious-calculations",
|
"main": "scratch-flash",
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Reference in a new issue