Skip to content

Commit

Permalink
Fix typo and prepare version
Browse files Browse the repository at this point in the history
  • Loading branch information
oanguenot committed May 27, 2021
1 parent 4c3a9d3 commit a40b111
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 33 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webrtcmetrics",
"version": "1.2.1",
"version": "1.2.2",
"description": "WebRTC stats library",
"main": "dist/WebRTCMetrics.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/utils/helper.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { v4 as uuidv4 } from "uuid";

export const getLibName = () => ("WebRTCMetrics");
export const getVersion = () => ("1.2.1");
export const getVersion = () => ("1.2.2");

export const getDefaultMetric = () => (
{
Expand Down
4 changes: 2 additions & 2 deletions webpack.config-dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ module.exports = {
mode: "development",
output: {
path: path.resolve(__dirname, 'dist'),
filename: 'JSONgle.js',
filename: 'WebRTCMetrics.js',
library: {
name: 'JSONgle',
name: 'WebRTCMetrics',
type: 'umd',
},
},
Expand Down
29 changes: 0 additions & 29 deletions webpack.config.babel.js

This file was deleted.

0 comments on commit a40b111

Please sign in to comment.