Skip to content

Commit

Permalink
rename to fb
Browse files Browse the repository at this point in the history
  • Loading branch information
jimzim committed Nov 19, 2012
1 parent 7cd22db commit 7196dbd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ You can find the sample of facebook-winjs-sdk at https://github.com/Thuzi/facebo
# Installing facebook-winjs-sdk

```
Install-Package FBWinJS
Install-Package fb
```

```html
Expand Down
2 changes: 1 addition & 1 deletion fb.js
Expand Up @@ -6,7 +6,7 @@

var request = isWinJS ? null : require('request')
, crypto = isWinJS ? null : require('crypto')
, version = isWinJS ? '0.0.11' : require(require('path').resolve(__dirname, 'package.json')).version
, version = isWinJS ? '0.0.12' : require(require('path').resolve(__dirname, 'package.json')).version
, api
, graph
, rest
Expand Down
16 changes: 8 additions & 8 deletions FBWinJS.nuspec → fb.nuspec
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>FBWinJS</id>
<version>0.0.11</version>
<id>fb</id>
<version>0.0.12</version>
<title />
<authors>Thuzi</authors>
<owners>Prabir Shrestha,Jim Zimmerman</owners>
Expand All @@ -11,10 +11,10 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>With facebook-winjs-sdk you can now easily write the same code and share between your windows 8 apps (winjs) and the client (Facebook Javascript SDK).</description>
<language>en-US</language>
<tags>Facebook WinJS FBWinJS FB</tags>
<dependencies>
<dependency id="fb" version="0.0.12" />
</dependencies>
<tags>Facebook WinJS FBWinJS fb</tags>
</metadata>
<files />
</package>
<files>
<file src="fb.js" target="content\js\fb.js" />
<file src="readme.txt" target="readme.txt" />
</files>
</package>

0 comments on commit 7196dbd

Please sign in to comment.