Skip to content

Commit c2c3b8c

Browse files
committed
fix: Bump version, and update description
1 parent 03209c6 commit c2c3b8c

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

package.json

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
{
22
"name": "morphism",
3-
"version": "0.8.0",
4-
"description": "Helps you to transform any object structure to another",
3+
"version": "0.8.1",
4+
"description":
5+
"Library to transform any Object / JSON to JavaScript Object Literals, and ES6 Class Objects. Help you scale your data processing",
56
"homepage": "https://emyann.github.io/morphism/",
67
"scripts": {
78
"start": "npm run server:dev",
89
"server": "npm run server:dev",
910
"server:dev": "webpack-dashboard -- webpack-dev-server --config ./webpack.config.js --hot --inline --progress --watch --open",
10-
"server:prod": "cross-env NODE_ENV=production webpack-dashboard -- webpack-dev-server --config ./webpack.config.js --port 3000 --host 0.0.0.0 --hot --inline --progress --profile --watch --open --content-base dist/",
11+
"server:prod":
12+
"cross-env NODE_ENV=production webpack-dashboard -- webpack-dev-server --config ./webpack.config.js --port 3000 --host 0.0.0.0 --hot --inline --progress --profile --watch --open --content-base dist/",
1113
"build": "npm run build:dev",
1214
"build:dev": "webpack --config ./webpack.config.js --progress --profile --color --display-error-details --display-cached",
13-
"build:prod": "cross-env NODE_ENV=production webpack --config ./webpack.config.js --progress --profile --color --display-error-details --display-cached --bail",
15+
"build:prod":
16+
"cross-env NODE_ENV=production webpack --config ./webpack.config.js --progress --profile --color --display-error-details --display-cached --bail",
1417
"clean": "npm cache clear && rimraf -- dist",
1518
"test": "karma start",
1619
"semantic-release": "semantic-release --prepare && semantic-release --publish"
@@ -20,19 +23,10 @@
2023
"email": "renaudin.yann@gmail.com",
2124
"url": "https://twitter.com/renaudin_yann"
2225
},
23-
"files": [
24-
"dist"
25-
],
26+
"files": ["dist"],
2627
"main": "./dist/morphism.js",
2728
"types": "./dist/morphism.d.ts",
28-
"keywords": [
29-
"Javascript",
30-
"Json",
31-
"Object",
32-
"Mapper",
33-
"Data Mapping",
34-
"Functional Programming"
35-
],
29+
"keywords": ["Javascript", "Json", "Object", "Mapper", "Data Mapping", "Functional Programming"],
3630
"devDependencies": {
3731
"@types/jasmine": "^2.5.53",
3832
"awesome-typescript-loader": "^5.0.0",

0 commit comments

Comments
 (0)