-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Docs changed. - Preparations for v2.0 and NPM.
- Loading branch information
Showing
7 changed files
with
41 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,5 +7,4 @@ node_modules | |
yarn-error.log | ||
|
||
# Distribution files | ||
dist | ||
build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,15 @@ | ||
{ | ||
"name": "cleanify-design", | ||
"version": "2.0.0-RC", | ||
"version": "2.0.0", | ||
"description": "HTML, CSS & JS personal framework", | ||
"homepage": "./", | ||
"homepage": "https://savandev.github.io/cleanify-design", | ||
"repository": "https://github.com/SavanDev/cleanify-design.git", | ||
"author": "SavanDev <[email protected]>", | ||
"license": "MIT", | ||
"private": true, | ||
"scripts": { | ||
"dist": "gulp", | ||
"docs:build": "react-scripts build", | ||
"docs:deploy": "gh-pages -d build", | ||
"docs:deploy": "react-scripts build && gh-pages -d build", | ||
"docs:watch": "react-scripts start", | ||
"start": "gulp watch" | ||
}, | ||
|
@@ -20,11 +19,11 @@ | |
"@fortawesome/free-solid-svg-icons": "^5.13.0", | ||
"@fortawesome/react-fontawesome": "^0.1.9", | ||
"@types/jest": "25.2.1", | ||
"@types/node": "13.13.2", | ||
"@types/node": "13.13.4", | ||
"@types/react": "16.9.34", | ||
"@types/react-dom": "16.9.6", | ||
"@types/react-dom": "16.9.7", | ||
"@types/react-highlight": "^0.12.2", | ||
"@types/react-router-dom": "^5.1.4", | ||
"@types/react-router-dom": "^5.1.5", | ||
"angled-edges": "^2.0.0", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
|
@@ -37,8 +36,8 @@ | |
"typescript": "3.8.3" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.9.0", | ||
"@babel/preset-env": "^7.9.5", | ||
"@babel/core": "^7.9.6", | ||
"@babel/preset-env": "^7.9.6", | ||
"gh-pages": "2.2.0", | ||
"gulp": "^4.0.2", | ||
"gulp-clean": "^0.4.0", | ||
|
@@ -61,5 +60,10 @@ | |
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
} | ||
}, | ||
"files": [ | ||
"dists/{css,js}/*.{css,js}", | ||
"scss/**/*.scss", | ||
"js/**/*.js" | ||
] | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters