Skip to content

Commit

Permalink
updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tylershuster committed Dec 8, 2020
1 parent 1f08004 commit b3bc45a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"version": "0.1.3",
"name": "@urbit/http-api",
"version": "1.0.0",
"license": "MIT",
"main": "dist/index.js",
"browser": "dist/browser.js",
"description": "Library to interact with an Urbit ship",
"description": "Library to interact with an Urbit ship over HTTP",
"repository": "github:tylershuster/urbit",
"typings": "dist/index.d.ts",
"files": [
Expand All @@ -25,7 +26,6 @@
"singleQuote": true,
"trailingComma": "es5"
},
"name": "urbit",
"author": "Tyler Brown Cifu Shuster",
"module": "dist/index.js",
"devDependencies": {
Expand All @@ -38,6 +38,7 @@
"@types/react": "^16.9.56",
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0",
"@types/browser-or-node": "^1.2.0",
"babel-loader": "^8.2.1",
"clean-webpack-plugin": "^3.0.0",
"tslib": "^2.0.3",
Expand All @@ -47,7 +48,6 @@
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@types/browser-or-node": "^1.2.0",
"browser-or-node": "^1.3.0",
"browserify-zlib": "^0.2.0",
"buffer": "^5.7.1",
Expand Down

0 comments on commit b3bc45a

Please sign in to comment.