Skip to content

Commit

Permalink
chore: resolve git conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
dimabory committed Feb 11, 2020
1 parent b2408f8 commit 38ccee4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 84 deletions.
62 changes: 1 addition & 61 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 2 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,6 @@
"name": "precise-ui",
"version": "1.1.0",
"description": "Precise UI React component library.",
"main": "dist/es6",
"typings": "dist/es6",
"scripts": {
"start": "styleguidist server",
"serve": "pushstate-server -d styleguide -p 6060",
"serve:test": "pushstate-server -d integration/styleguide -p 6065",
"lint": "tslint -c tslint.json 'src/**/*.{ts,tsx}' --project tsconfig.json",
"test": "npm run lint && npm run test:unit",
"test:visual": "jest -c integration/jest.config.js --noStackTrace --runInBand",
"test:unit": "cross-env NODE_ENV=test jest",
"test:watch": "npm run test:unit -- --watch",
"prettier": "prettier --config prettier.config.js --write 'src/**/*.{ts,tsx}'",
"build": "rimraf dist && npm run build:bundle && npm run build:es5 && npm run build:es6",
"build:bundle": "cross-env NODE_ENV=production webpack -p",
"build:es5": "build-with-transform-jsx -t es5 --outDir dist/es5 --declaration --inlineSourceMap --inlineSources --config ./tsconfig.json",
"build:es6": "build-with-transform-jsx -t es6 -m es6 --outDir dist/es6 --declaration --inlineSourceMap --inlineSources --config ./tsconfig.json",
"build:demo": "cross-env NODE_ENV=production styleguidist build",
"build:demo:test": "cross-env NODE_ENV=test styleguidist build",
"webpack:analyzer": "npm run build:bundle -- --config ./tools/bundle-analyzer.js",
"icongen": "node tools/convert-icons.js",
"prepush": "npm run test & npm run build"
},
"keywords": [
"react",
"ui library",
Expand Down Expand Up @@ -55,7 +33,8 @@
"test": "npm run lint && npm run test:unit",
"test:unit": "cross-env NODE_ENV=test jest",
"test:visual": "jest -c integration/jest.config.js --noStackTrace --runInBand",
"test:watch": "npm run test:unit -- --watch"
"test:watch": "npm run test:unit -- --watch",
"webpack:analyzer": "npm run build:bundle -- --config ./tools/bundle-analyzer.js"
},
"dependencies": {
"@types/react-datepicker": "^2.8.0",
Expand Down

0 comments on commit 38ccee4

Please sign in to comment.