alicerce-css
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "alicerce-css", | ||
"version": "1.0.0", | ||
"description": "CSS framework", | ||
"version": "1.0.1", | ||
"description": "Alicerse CSS framework", | ||
"repository": { | ||
@@ -9,2 +9,6 @@ "type": "git", | ||
}, | ||
"engines": { | ||
"node": ">=8" | ||
}, | ||
"main": "src/index.js", | ||
"author": "Luiz tanure <letanure@gmail.com>", | ||
@@ -14,23 +18,36 @@ "license": "MIT", | ||
"scripts": { | ||
"build": " node scripts/index.js dev", | ||
"build:pug": "pug ./src/*.pug --out ./docs", | ||
"build:pug:watch": "pug ./src/*.pug --out ./docs --watch", | ||
"lint:pug": "pug-lint ./src/*.pug --config .puglintrc", | ||
"lint:pug:watch": "watch 'yarn lint:pug' ./src", | ||
"build:stylus": "stylus ./src/*.styl --out ./docs --compress", | ||
"build:stylus:watch": "stylus ./src/*.styl --out ./docs --watch --sourcemap", | ||
"lint:stylus": "stylint ./src/*.styl --config .stylintrc", | ||
"lint:stylus:watch": "stylint ./src/*.styl --config .stylintrc --watch", | ||
"dev": "concurrently --kill-others \"yarn build:pug:watch\" \"yarn build:stylus:watch\" \"yarn lint:stylus:watch\" \"yarn server\"", | ||
"server": "live-server --open=./docs --watch=\"./docs\"", | ||
"commit": "npx git-cz", | ||
"dev": " node scripts/index.js dev", | ||
"semantic-release": "semantic-release", | ||
"test": "echo test" | ||
"test": "echo test", | ||
"semantic-release": "semantic-release --allow-same-version", | ||
"deploy:site": "echo deploy" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^7.5.2", | ||
"@commitlint/config-conventional": "^7.5.0", | ||
"@commitlint/cli": "^8.0.0", | ||
"@commitlint/config-conventional": "^8.0.0", | ||
"@semantic-release/changelog": "^3.0.2", | ||
"@semantic-release/commit-analyzer": "^6.1.0", | ||
"@semantic-release/git": "^7.0.8", | ||
"@semantic-release/github": "^5.2.10", | ||
"@semantic-release/npm": "^5.1.7", | ||
"@semantic-release/release-notes-generator": "^7.1.4", | ||
"concurrently": "^4.1.0", | ||
"git-cz": "^3.0.1", | ||
"live-server": "^1.2.1", | ||
"markdown-it": "^8.4.2", | ||
"multilang-extract-comments": "^0.3.2", | ||
"node-watch": "^0.6.1", | ||
"pug": "^2.0.3", | ||
"recursive-readdir": "^2.2.2", | ||
"rimraf": "^2.6.3", | ||
"semantic-release": "^15.13.3", | ||
"pug-cli": "^1.0.0-alpha6", | ||
"pug-lint": "^2.5.0", | ||
"semantic-release": "^15.13.12", | ||
"stylint": "^1.5.9", | ||
"stylus": "^0.54.5", | ||
"watch": "^1.0.2", | ||
"yorkie": "^2.0.0" | ||
@@ -37,0 +54,0 @@ }, |
@@ -1,13 +0,1 @@ | ||
[![Conventional Changelog](https://img.shields.io/badge/changelog-conventional-brightgreen.svg)](http://conventional-changelog.github.io) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) | ||
# Alicerce CSS | ||
CSS framework | ||
## Development | ||
### Github | ||
#### Commits | ||
Commit should follow the [conventional commit format](https://conventionalcommits.org/). |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
14
0
12753
19
10
2
2