Skip to content

Commit

Permalink
Release nexus-bridge v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrejs Agejevs committed Nov 25, 2019
1 parent e14540b commit 638229a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/nexus-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@ipr/nexus-bridge",
"version": "1.1.1",
"description": "Low-level interface between Open UI and Nexus APIs",
"version": "1.1.0",
"author": "Idea Port Riga",
"license": "MIT",
"main": "dist/NexusBridge.js",
Expand All @@ -11,7 +12,7 @@
"README.md"
],
"scripts": {
"clean": "rimraf ./dist",
"clean": "rm -rf ./dist",
"build": "rollup -c rollup.config.js",
"prebuild": "yarn clean",
"prepublishOnly": "yarn build",
Expand Down

0 comments on commit 638229a

Please sign in to comment.