@tivio/sdk-js 2.3.1 → 2.3.2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tivio/sdk-js",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "source": "src/index.ts",
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "scripts": {
12
12
  "build": "cat ./.env.prod > ./.env && yarn run clean && webpack --config=webpack.config.prod.js",
13
- "dev": "cat ./.env.dev > ./.env && yarn run clean && webpack --config=webpack.config.dev.js",
13
+ "build:dev": "cat ./.env.dev > ./.env && yarn run clean && webpack --config=webpack.config.dev.js",
14
14
  "test": "jest --config=./jest.config.js --coverage",
15
15
  "start": "webpack -w",
16
16
  "clean": "rm -rf dist",