fix: 🐛 fix conflict artifacts

This commit is contained in:
Christian Kaisermann 2019-11-29 22:56:40 -03:00
parent 7ff154cc44
commit feb7ab9dea

View File

@ -1,10 +1,6 @@
{ {
"name": "svelte-i18n", "name": "svelte-i18n",
<<<<<<< HEAD
"version": "2.1.0", "version": "2.1.0",
=======
"version": "1.1.2",
>>>>>>> master
"main": "dist/i18n.js", "main": "dist/i18n.js",
"module": "dist/i18n.mjs", "module": "dist/i18n.mjs",
"bin": { "bin": {
@ -28,7 +24,6 @@
"build": "rollup -c", "build": "rollup -c",
"dev": "rollup -c -w", "dev": "rollup -c -w",
"pretest": "npm run build", "pretest": "npm run build",
<<<<<<< HEAD
"test": "jest", "test": "jest",
"test:ci": "jest --silent", "test:ci": "jest --silent",
"test:watch": "jest --verbose --watchAll", "test:watch": "jest --verbose --watchAll",
@ -38,14 +33,6 @@
"release": " git add package.json && git commit -m \"chore(release): v$npm_package_version :tada:\"", "release": " git add package.json && git commit -m \"chore(release): v$npm_package_version :tada:\"",
"postrelease": "git tag -a v$npm_package_version -m 'Release v$npm_package_version'", "postrelease": "git tag -a v$npm_package_version -m 'Release v$npm_package_version'",
"prepublishOnly": "run-s test:ci build release" "prepublishOnly": "run-s test:ci build release"
=======
"test": "jest --no-cache --verbose",
"test:watch": "jest --no-cache --verbose --watchAll",
"test:ci": "jest --no-cache --silent",
"lint": "eslint \"src/**/*.js\"",
"format": "prettier --loglevel silent --write \"src/**/*.js\" && eslint --fix \"src/**/*.js\"",
"prepublishOnly": "npm run format && npm run test && npm run build"
>>>>>>> master
}, },
"files": [ "files": [
"dist/" "dist/"