Skip to content

Commit dabfeea

Browse files
author
Chau Tran
committed
ready to publish
1 parent 9464d19 commit dabfeea

26 files changed

+216
-8861
lines changed

Diff for: .npmignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
# Ignores TypeScript files, but keeps definitions.
2-
*.ts
32
!*.d.ts

Diff for: package.json

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
11
{
2-
"name": "tailwind-schematics",
2+
"name": "@nartc/tailwind-schematics",
33
"version": "0.0.0",
44
"description": "A blank schematics",
55
"scripts": {
66
"build": "tsc -p tsconfig.json",
7-
"test": "npm run build && jasmine src/**/*_spec.js",
8-
"clean": "git checkout HEAD -- sandbox && git clean -f -d sandbox",
9-
"link:schematic": "yarn link && cd sandbox && yarn link \"tailwind-schematics\"",
10-
"sandbox:ng-add": "cd sandbox && ng g tailwind-schematics:ng-add",
7+
"test": "npm run build && jasmine src/**/*.spec.js",
118
"schematics": "npx @angular-devkit/schematics-cli .:ng-add"
129
},
1310
"keywords": [
11+
"tailwindcss",
12+
"angular",
13+
"cli",
1414
"schematics"
1515
],
16-
"author": "",
16+
"author": "Chau Tran",
17+
"repository": {
18+
"type": "git",
19+
"url": "https://github.com/nartc/tailwindcss-schematics.git"
20+
},
1721
"license": "MIT",
1822
"schematics": "./src/collection.json",
1923
"dependencies": {

Diff for: sandbox/.browserslistrc

-18
This file was deleted.

Diff for: sandbox/.gitignore

-46
This file was deleted.

Diff for: sandbox/README.md

-27
This file was deleted.

Diff for: sandbox/angular.json

-116
This file was deleted.

Diff for: sandbox/configs/tailwind.config.js

-5
This file was deleted.

Diff for: sandbox/configs/webpack-dev.config.js

-18
This file was deleted.

Diff for: sandbox/configs/webpack-prod.config.js

-24
This file was deleted.

Diff for: sandbox/package.json

-40
This file was deleted.

Diff for: sandbox/src/app/app.component.ts

-32
This file was deleted.

Diff for: sandbox/src/app/app.module.ts

-16
This file was deleted.

Diff for: sandbox/src/assets/.gitkeep

Whitespace-only changes.

Diff for: sandbox/src/environments/environment.prod.ts

-3
This file was deleted.

0 commit comments

Comments
 (0)