@@ -233,8 +233,8 @@ class SharelibHandler:
|
||||
'lib_name': self._lib_name}
|
||||
import json
|
||||
with open(dist_path + '/package.json','w+') as f:
|
||||
json.dump(data,f)
|
||||
|
||||
json.dump(data,f, sort_keys=True, indent=4, separators=(',', ': '))
|
||||
|
||||
self.__gen_ports(share_lib_path)
|
||||
|
||||
self.update_sharelib(share_lib_path)
|
||||
|
Reference in New Issue
Block a user