File tree Expand file tree Collapse file tree 4 files changed +13
-14
lines changed Expand file tree Collapse file tree 4 files changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,5 @@ node_modules/*
22.DS_Store
33npm-debug.log
44package-lock.json
5+
6+ * .tgz
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ pbxProject.prototype.allUuids = function() {
9898pbxProject . prototype . generateUuid = function ( ) {
9999 var id = $uuid . v4 ( )
100100 . replace ( / - / g, '' )
101- . substr ( 0 , 24 )
101+ . substring ( 0 , 24 )
102102 . toUpperCase ( )
103103
104104 if ( this . allUuids ( ) . indexOf ( id ) >= 0 ) {
Original file line number Diff line number Diff line change 44 "description" : " parser for xcodeproj/project.pbxproj files" ,
55 "main" : " index.js" ,
66 "version" : " 0.3.0" ,
7+ "files" : [
8+ " lib" ,
9+ " !lib/parser/pbxproj.pegjs"
10+ ],
711 "repository" : {
812 "url" : " https://github.com/NativeScript/nativescript-dev-xcode.git"
913 },
1014 "engines" : {
1115 "node" : " >=6.0.0"
1216 },
1317 "dependencies" : {
14- "simple-plist" : " ^1.0.0 " ,
15- "uuid" : " ^3.3.2 "
18+ "simple-plist" : " 1.3.1 " ,
19+ "uuid" : " 9.0.0 "
1620 },
1721 "devDependencies" : {
18- "nodeunit" : " ^ 0.11.3" ,
19- "pegjs" : " ^ 0.10.0"
22+ "nodeunit" : " 0.11.3" ,
23+ "pegjs" : " 0.10.0"
2024 },
2125 "scripts" : {
22- "pegjs" : " node_modules/.bin/ pegjs lib/parser/pbxproj.pegjs" ,
23- "test" : " node_modules/.bin/ nodeunit test/parser test"
26+ "pegjs" : " pegjs lib/parser/pbxproj.pegjs" ,
27+ "test" : " nodeunit test/parser test"
2428 },
2529 "license" : " Apache-2.0"
2630}
You can’t perform that action at this time.
0 commit comments