FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
NativeScript/tools/scripts/version.js at main · NativeScript/NativeScript · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
NativeScript
/
NativeScript
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.7k
Star
25.6k
Code
Issues
771
Pull requests
65
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
NativeScript
/
tools
/
scripts
/
version.js
Copy path
More file actions
More file actions
Latest commit
History
History
History
2 lines (2 loc) · 117 Bytes
Breadcrumbs
NativeScript
/
tools
/
scripts
/
version.js
Copy path
File metadata and controls
2 lines (2 loc) · 117 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
var
fs
=
require
(
"fs"
)
;
console
.
log
(
JSON
.
parse
(
fs
.
readFileSync
(
"./bin/dist/tns-core-modules/package.json"
)
)
.
version
)
;
Back
|
FazBrowse Home
|
New Git URL