@xfers/design-system 8.0.0-dev.72cb603666 → 8.0.0-dev.7f6932b25d

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xfers/design-system",
3
- "version": "8.0.0-dev.72cb603666",
3
+ "version": "8.0.0-dev.7f6932b25d",
4
4
  "description": "StraitsX design system",
5
5
  "keywords": [
6
6
  "xfers",
@@ -25,8 +25,8 @@
25
25
  },
26
26
  "scripts": {
27
27
  "lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
28
- "lint/ci": "eslint --cache ./src --ext .jsx,.ts,.tsx",
29
- "lint/ci:changed": "eslint $@ --cache",
28
+ "lint:ci": "eslint --cache ./src --ext .jsx,.ts,.tsx",
29
+ "lint:ci:changed": "eslint $@ --cache",
30
30
  "clean": "rimraf dist cjs es",
31
31
  "prebuild": "yarn clean",
32
32
  "build:prod": "tsc --module commonjs && rollup -c rollup.config.js && rimraf node_modules/react node_modules/react-dom",