Skip to content

Commit f81c42c

Browse files
committed
Move lib and docs to isolate folders
1 parent 5178734 commit f81c42c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+630
-507
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# dependencies
2-
/node_modules
2+
*/node_modules
33

44
# build
55
/dist

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
docs/*
2+
lib/*
23
src/*
34
node_modules/*

docs/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
Demo project for material-ui-picker
1+
Demo project for `material-ui-pickers`
22

33
First of all want to thanks for taking your time to contribute 🎉
44
There is a little instruction of how to run the demo locally using `npm link`
55

66
Just run this command from root and you will be able to run demo.
77

88
```sh
9-
npm link && cd docs && npm link material-ui-pickers
9+
cd lib && npm link && cd docs && npm link material-ui-pickers
1010
```
1111

1212
Thats it, your local build is linked to demo project!
13-
Please note that you need to start the project in both `root` and `/docs folders`, fist will build cjs module for you, and demo would be automaticly reloaded by watcher.
13+
Please note that you need to start the project in both `/lib` and `/docs` folders, fist will watch and build es module of library, and demo would be reloaded by watcher.

0 commit comments

Comments
 (0)