Skip to content
This repository was archived by the owner on May 19, 2020. It is now read-only.

Commit 26615d3

Browse files
committed
Update packages and base Atom to 1.8.0
1 parent 727f371 commit 26615d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.atomrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export ATOM_VERSION=v1.7.4
1+
export ATOM_VERSION=v1.8.0
22
export ATOM_NODE_VERSION=0.36.8
3-
export PARTICLE_DEV_VERSION=0.1.18
3+
export PARTICLE_DEV_VERSION=0.1.19

build/tasks/inject-packages.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = (grunt) ->
2525
injectPackage 'particle-dev-exception-reporting', '0.36.1'
2626
injectPackage 'particle-dev-cloud-functions', '0.1.0'
2727
injectPackage 'particle-dev-cloud-variables', '0.1.0'
28-
injectPackage 'particle-dev-profiles', '0.1.12'
28+
injectPackage 'particle-dev-profiles', '0.1.14'
2929
injectPackage 'particle-dev-libraries', '0.2.18'
3030

3131
# Disable folowing packages:

0 commit comments

Comments
 (0)