UNPKG

682 BMarkdownView Raw
1# Cypress Core Electron
2
3This is a shared lib for Cypress which manages installing + building the Cypress Electron application.
4
5It is a simple wrapper that `symlinks` while in development.
6
7## Changelog
8
9#### 0.3.1 - *(11/15/16)*
10- bump electron to 1.4.6
11
12#### 0.3.0 - *(11/07/16)*
13- bump electron
14
15#### 0.2.1 - *(08/26/16)*
16- downgrade electron, bump node
17
18#### 0.2.0 - *(08/26/16)*
19- bump electron to 1.3.4
20
21#### 0.1.0 - *(08/26/16)*
22- accept install options
23
24#### 0.0.4 - *(08/24/16)*
25- fixed bug with paths during linux install
26
27#### 0.0.3 - *(08/01/16)*
28- fix dep being devDep
29
30#### 0.0.2 - *(07/06/16)*
31- accept args + cb on open
32
33#### 0.0.1 - *(07/06/16)*
34- initial release