File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 33 "version" : " 2.2.1" ,
44 "description" : " Salesforce Lightning Design System components built with React" ,
55 "main" : " lib/scripts/index.js" ,
6- "directories" : {
7- "example" : " examples"
8- },
96 "keywords" : [
107 " react" ,
118 " react-component" ,
2623 "storybook" : " start-storybook -s ./node_modules/@salesforce-ux/design-system -p 9001 -c .storybook" ,
2724 "test" : " jest" ,
2825 "prepublish" : " npm run build" ,
29- "lint" : " npm run lint:src && npm run lint:stories && npm run lint:examples && npm run lint: test" ,
26+ "lint" : " npm run lint:src && npm run lint:stories && npm run lint:test" ,
3027 "lint:src" : " eslint --ext .js src/scripts/**" ,
3128 "lint:stories" : " eslint --ext .js stories/**" ,
32- "lint:examples" : " eslint --ext .js examples/client/**" ,
3329 "lint:test" : " eslint --ext .js test/**" ,
3430 "build" : " babel -d lib/ src/"
3531 },
You can’t perform that action at this time.
0 commit comments