Skip to content
This repository was archived by the owner on Oct 16, 2019. It is now read-only.

Commit 5764213

Browse files
ricardomatiasahmed-shehata
authored andcommitted
chore(project): v3.0.5
1 parent ac9d0c2 commit 5764213

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "atlas-sdk-core",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "Atlas JavaScript SDK Core for Zalando Checkout, Guest Checkout, and Catalog APIs.",
55
"main": "lib/index.node.js",
66
"browser": "lib/index.js",
@@ -23,28 +23,22 @@
2323
"license": "MIT",
2424
"scripts": {
2525
"lint": "eslint src test",
26-
2726
"clean": "rm -rf lib",
2827
"dev:build": "npm run clean && ./node_modules/.bin/webpack --config webpack.config.dev.js --watch",
2928
"production:build": "npm run clean && ./node_modules/.bin/webpack --config webpack.config.js",
30-
3129
"david": "./node_modules/.bin/david",
3230
"check": "nsp check package",
3331
"cover": "nyc --reporter lcov --reporter text npm run test",
3432
"cover:check": "nyc check-coverage",
3533
"cover:report-coverage": "npm run cover && cat ./coverage/lcov.info | codecov",
36-
3734
"test": "FORCE_COLOR=t ./node_modules/.bin/ava --verbose | tap-notify | tap-diff",
3835
"tdd": "ava --watch",
3936
"validate": "npm run lint && npm test",
40-
4137
"prepare": "npm run validate && npm run production:build && npm run check",
4238
"release:production": "npm run prepare && npm run docs",
43-
4439
"docs": "rm -rf docs && ./node_modules/.bin/jsdoc -r -c ./jsdoc_conf.json -t ./node_modules/ink-docstrap/template -d docs/ -R README.md",
4540
"docs:deploy": "./node_modules/.bin/gh-pages -d docs",
4641
"gh-pages-travis": "gh-pages-travis",
47-
4842
"commit": "./node_modules/.bin/git-cz",
4943
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
5044
},
@@ -107,7 +101,9 @@
107101
},
108102
"ava": {
109103
"babel": {
110-
"presets": ["@ava/stage-4"]
104+
"presets": [
105+
"@ava/stage-4"
106+
]
111107
},
112108
"require": "babel-register",
113109
"concurrency": 2,

0 commit comments

Comments
 (0)