mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
Bump version to 1.1.10
This commit is contained in:
parent
6d2d32f6fc
commit
748d19e0fb
2 changed files with 1472 additions and 743 deletions
2206
package-lock.json
generated
2206
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "proton-native",
|
||||
"version": "1.1.9",
|
||||
"version": "1.1.10",
|
||||
"description": "React Native for the desktop, cross compatible",
|
||||
"main": "bin/index.js",
|
||||
"lint-staged": {
|
||||
|
|
@ -11,7 +11,8 @@
|
|||
},
|
||||
"scripts": {
|
||||
"demo": "babel-node Demo.js",
|
||||
"prettier": "prettier --single-quote --trailing-comma es5 --write 'src/**/*.js' 'examples/*.js' './**/*.md' Demo.js",
|
||||
"prettier":
|
||||
"prettier --single-quote --trailing-comma es5 --write 'src/**/*.js' 'examples/*.js' './**/*.md' Demo.js",
|
||||
"build": "babel src -d bin",
|
||||
"pub": "babel src -d bin && npm publish",
|
||||
"precommit": "lint-staged"
|
||||
|
|
@ -45,7 +46,5 @@
|
|||
"prettier": "^1.12.1",
|
||||
"react-devtools": "^3.2.3"
|
||||
},
|
||||
"files": [
|
||||
"bin"
|
||||
]
|
||||
"files": ["bin"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue