Initial WPF Support (#385)
* initial support for WPF * update readme with WPF specific instructions * remove autogenerated .gitattributes file * reference RNW NPM package instead of hard-coded local reference
This commit is contained in:
committed by
Matt Apperson
parent
d48d7efc5d
commit
ebc6617ba4
@@ -27,7 +27,8 @@
|
||||
"eslint-config-airbnb": "4.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"keymirror": "0.1.1"
|
||||
"keymirror": "0.1.1",
|
||||
"react-native-windows": "0.41.0-rc.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node_modules/.bin/eslint *.js"
|
||||
|
||||
Reference in New Issue
Block a user