mb-ace-typescript
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -30,3 +30,3 @@ var app = require('app'); // Module to control application life. | ||
// and load the index.html of the app. | ||
mainWindow.loadUrl('file://' + __dirname + '/ace.html'); | ||
mainWindow.loadURL('file://' + __dirname + '/ace.html'); | ||
@@ -33,0 +33,0 @@ // Open the devtools. |
{ | ||
"name": "mb-ace-typescript", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "TypeScript and mongodb for ace", | ||
@@ -16,6 +16,6 @@ "main": "./dist/aceTypescript.js", | ||
"source-map": "^0.5.3", | ||
"typescript": "1.7.5" | ||
"typescript": "~1.8.0" | ||
}, | ||
"scripts": { | ||
"start": "tsc && browserify ./bin/aceTypescript.js --bare --standalone aceTypescript -o ./dist/aceTypescript.js && electron ./dist/demo/main.js", | ||
"start": "cp node_modules/typescript/lib/lib.d.ts ./dist/ && tsc && browserify ./bin/aceTypescript.js --bare --standalone aceTypescript -o ./dist/aceTypescript.js && electron ./dist/demo/main.js", | ||
"prepublish": "rm ./dist/aceTypescript.js && tsc && browserify ./bin/aceTypescript.js --bare --standalone aceTypescript -o ./dist/aceTypescript.js && rm ./bin/*.js && rm ./*.ts", | ||
@@ -22,0 +22,0 @@ "postpublish": "git reset --hard" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
6488709
113826
+ Addedtypescript@1.8.10(transitive)
- Removedtypescript@1.7.5(transitive)
Updatedtypescript@~1.8.0