update NativeUI, close interaction menu when submitting input field
This commit is contained in:
@@ -3,13 +3,11 @@
|
||||
"version": "1.0.0",
|
||||
"devDependencies": {
|
||||
"@types/ragemp-c": "git+https://github.com/sprayzcs/types-ragemp-c.git#master",
|
||||
"NativeUI": "https://github.com/sprayzcs/RageMP-NativeUI/tarball/master",
|
||||
"copy-webpack-plugin": "^5.0.1",
|
||||
"uglifyjs-webpack-plugin": "^2.1.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"uglifyjs-webpack-plugin": "^2.1.2",
|
||||
"@babel/core": "^7.3.4",
|
||||
"@types/node": "^11.9.5",
|
||||
"NativeUI": "git+https://github.com/sprayzcs/RageMP-NativeUI.git#master",
|
||||
"babel-loader": "^8.0.5",
|
||||
"ts-loader": "^5.3.3",
|
||||
"typescript": "^3.3.3333",
|
||||
@@ -19,6 +17,10 @@
|
||||
"scripts": {
|
||||
"watch": "webpack --watch --config webpack.config.development.js",
|
||||
"build:server": "webpack --config webpack.config.build.js"
|
||||
},
|
||||
"-vs-binding": {
|
||||
"ProjectOpened": [
|
||||
"watch"
|
||||
]
|
||||
}
|
||||
, "-vs-binding":{"ProjectOpened":["watch"]}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user