@angular-builders/timestamp
Advanced tools
Comparing version 1.0.1 to 6.0.0
@@ -5,4 +5,4 @@ { | ||
"file": { | ||
"class": "./timestamp.builder.js", | ||
"schema": "./schema.json", | ||
"class": "./src/timestamp.builder.js", | ||
"schema": "./src/schema.json", | ||
"description": "Builder that creates timestamp" | ||
@@ -9,0 +9,0 @@ } |
{ | ||
"name": "@angular-builders/timestamp", | ||
"version": "1.0.1", | ||
"version": "6.0.0", | ||
"license": "MIT", | ||
@@ -8,14 +8,9 @@ "author": "Evgeny Barabanov", | ||
"scripts": { | ||
"build": "tsc" | ||
"build": "../../node_modules/.bin/tsc" | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/architect": "^0.7.1", | ||
"@angular-devkit/core": "^0.7.1", | ||
"@types/dateformat": "^1.0.1", | ||
"@types/node": "^10.5.6", | ||
"typescript": "^3.0.1" | ||
"@types/dateformat": "^1.0.1" | ||
}, | ||
"peerDependencies": { | ||
"@angular-devkit/architect": ">=0.7.0", | ||
"@angular-devkit/core": ">=0.7.0" | ||
"@angular-devkit/build_angular": ">=0.7.0" | ||
}, | ||
@@ -22,0 +17,0 @@ "dependencies": { |
@@ -5,3 +5,3 @@ # timestamp | ||
##Usage | ||
## Usage | ||
@@ -23,5 +23,5 @@ 1. In the root of your Angular application: | ||
##Options | ||
## Options | ||
- `path` - path to the file with timestamp, defaults to `./timestamp` | ||
- `format` - timestamp date format, defaults to `dd/mm/yyyy` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4751
2
1
8