Skip to content

Commit

Permalink
feat(react-context): add package
Browse files Browse the repository at this point in the history
* feat(react-context): add package

* chore(react-context): fix version
  • Loading branch information
Idered authored Apr 8, 2018
1 parent 09bf62a commit a5ba834
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/react-context/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
'use strict'

Object.defineProperty(exports, '__esModule', {
value: true,
})

exports.SyncanoContext = require('react').createContext('syncano')
5 changes: 5 additions & 0 deletions packages/react-context/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions packages/react-context/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "@syncano/react-context",
"description": "Syncano client react context",
"version": "0.11.1",
"license": "MIT",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"react": "^16.3.1"
}
}

0 comments on commit a5ba834

Please sign in to comment.