File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,8 @@ module.exports = function(grunt) {
125125 var packageJson = grunt . file . readJSON ( "package.json" ) ;
126126 var versionParts = packageJson . version . split ( "-" ) ;
127127 if ( process . env [ "RELEASE_BUILD" ] ) {
128- packageJson . version = versionParts [ 0 ] ;
128+ // HACK - excluded until 1.0.0 release or we refactor our project infrastructure (whichever comes first)
129+ // packageJson.version = versionParts[0];
129130 } else {
130131 versionParts [ 1 ] = buildVersion ;
131132 packageJson . version = versionParts . join ( "-" ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " nativescript" ,
33 "preferGlobal" : true ,
4- "version" : " 1.0.0" ,
4+ "version" : " 1.0.0-rc0 " ,
55 "author" : " Telerik <support@telerik.com>" ,
66 "description" : " Command-line interface for building NativeScript projects" ,
77 "bin" : {
You can’t perform that action at this time.
0 commit comments