Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
quisido committed Feb 11, 2019
1 parent 84370a9 commit 63c2b37
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,31 @@
{
"name": "reactn",
"version": "0.2.0",
"author": "Charles Stover <[email protected]>",
"version": "0.2.1",
"author": "Charles Stover <[email protected]>",
"bugs": {
"email" : "[email protected]",
"url" : "https://github.com/CharlesStover/reactn/issues"
},
"description": "React, but with built-in global state management.",
"directories": {
"lib": "src",
"test": "tests"
},
"files": [
"index.d.ts",
"index.js",
"package.json"
],
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/CharlesStover/reactn.git",
"types": "./index.d.ts",
"repository": "github:CharlesStover/reactn",
"scripts": {
"build": "webpack",
"dev": "set NODE_ENV=development&& webpack",
"prepublishOnly": "npm run build",
"test": "nyc mocha -r chai/register-expect -r @babel/register -r ts-node/register tests/**/*.spec.ts"
},
"types": "./index.d.ts",
"dependencies": {
"use-force-update": "^1.0.0"
},
Expand Down

0 comments on commit 63c2b37

Please sign in to comment.