@jsonresume/jsonresume-theme-professional 1.0.0

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.
package/.babelrc ADDED
@@ -0,0 +1,3 @@
1
+ {
2
+ "presets": ["@babel/preset-env", "@babel/preset-react"]
3
+ }
package/.eslintrc ADDED
@@ -0,0 +1,3 @@
1
+ {
2
+ "extends": ["custom/react"]
3
+ }
@@ -0,0 +1,4 @@
1
+
2
+ > jsonresume-theme-cv@0.0.0 lint /Users/ajaxdavis/repos/jsonresume.org/packages/jsonresume-theme-cv
3
+ > eslint .
4
+
package/README.md ADDED
@@ -0,0 +1,9 @@
1
+ wip nice cv theme
2
+
3
+ figure out a way to give a lot of credit to
4
+
5
+ https://github.com/BartoszJarocki/cv
6
+ https://github.com/midudev/minimalist-portfolio-json
7
+
8
+
9
+ npm publish --access=public