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

Commit 7a40664

Browse files
committed
Fix injecting package
1 parent 2f6845c commit 7a40664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/tasks/install-particle-dev.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = (grunt) ->
3434

3535
verbose = if !grunt.option('verbose') then '' else ' --verbose'
3636
cp.safeExec command + ' install' + verbose, options, ->
37-
injectPackage 'spark-dev', particleDevVersion
37+
injectPackage 'spark-dev', packages.version
3838
done()
3939

4040
# Download the release

0 commit comments

Comments
 (0)