Skip to content

Commit ebfc75f

Browse files
author
Shamoon Siddiqui
committed
More name changes
1 parent 23a5bac commit ebfc75f

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

.angular-cli.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
33
"project": {
4-
"name": "angular2-json-schema-form"
4+
"name": "ng-json-schema-form"
55
},
66
"apps": [
77
{

CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ This library is released under the [MIT](https://opensource.org/licenses/MIT) Li
3333
## <a name="coc"></a> Code of Conduct
3434
Be courteous to other people. If you're not sure how to do that, please read and follow our [Code of Conduct][code-of-conduct].
3535

36-
[new-issue]: https://github.com/dschnelldavis/angular2-json-schema-form/issues/new
37-
[pull-requests]: https://github.com/dschnelldavis/angular2-json-schema-form/pulls
38-
[github]: https://github.com/dschnelldavis/angular2-json-schema-form
36+
[new-issue]: https://github.com/shamoons/ng-json-schema-form/issues/new
37+
[pull-requests]: https://github.com/shamoons/ng-json-schema-form/pulls
38+
[github]: https://github.com/shamoons/ng-json-schema-form
3939
[js-style-guide]: https://google.github.io/styleguide/jsguide.html
4040
[jsfiddle]: http://jsfiddle.net
4141
[plunker]: http://plnkr.co/edit
4242
[runnable]: http://runnable.com
4343
[stackoverflow]: http://stackoverflow.com/questions/tagged/angular2-json-schema-form
44-
[code-of-conduct]: https://github.com/dschnelldavis/angular2-json-schema-form/CODE_OF_CONDUCT.md
44+
[code-of-conduct]: https://github.com/shamoons/ng-json-schema-form/CODE_OF_CONDUCT.md

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Angular JSON Schema Form
1+
# NG JSON Schema Form
22

33
[![npm version](https://img.shields.io/npm/v/ng-json-schema-form.svg?style=plastic)](https://www.npmjs.com/package/ng-json-schema-form) [![npm downloads](https://img.shields.io/npm/dm/ng-json-schema-form.svg?style=plastic)](https://www.npmjs.com/package/ng-json-schema-form) [![GitHub MIT License](https://img.shields.io/github/license/shamoons/ng-json-schema-form.svg?style=social)](https://github.com/shamoons/ng-json-schema-form)
44
[![Dependencies](https://david-dm.org/shamoons/ng-json-schema-form.svg)](https://david-dm.org/shamoons/ng-json-schema-form) [![devDependencies](https://david-dm.org/shamoons/ng-json-schema-form/dev-status.svg)](https://david-dm.org/shamoons/ng-json-schema-form?type=dev)

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "Shamoon Siddiqui",
66
"email": "[email protected]"
77
},
8-
"description": "Angular JSON Schema Form builder",
8+
"description": "NG JSON Schema Form builder",
99
"keywords": [
1010
"Angular",
1111
"ng",
@@ -28,10 +28,10 @@
2828
"bugs": {
2929
"url": "https://github.com/shamoons/ng-json-schema-form/issues"
3030
},
31-
"main": "./bundles/angular2-json-schema-form.umd.js",
32-
"module": "./angular2-json-schema-form.es5.js",
33-
"es2015": "./angular2-json-schema-form.js",
34-
"typings": "./angular2-json-schema-form.d.ts",
31+
"main": "./bundles/ng-json-schema-form.umd.js",
32+
"module": "./ng-json-schema-form.es5.js",
33+
"es2015": "./ng-json-schema-form.js",
34+
"typings": "./ng-json-schema-form.d.ts",
3535
"engines": {
3636
"node": ">= 6.9.0",
3737
"npm": ">= 3.0.0"

src/demo/app/demo.module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {
1717

1818
// To include JsonSchemaFormModule after downloading from NPM, use this instead:
1919
//
20-
// import { JsonSchemaFormModule, NoFrameworkModule } from 'angular2-json-schema-form';
20+
// import { JsonSchemaFormModule, NoFrameworkModule } from 'ng-json-schema-form';
2121
//
2222
// but replace "NoFrameworkModule" with the framework you want to use,
2323
// then import both JsonSchemaFormModule and the framework module, like this:

src/demo/assets/example-schemas/sources.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Sources:
22

3-
* ng-jsf-...json files are new examples created for angular2-json-schema-form
3+
* ng-jsf-...json files are new examples created for ng-json-schema-form
44

55
* json-schema-draft...json files are JSON Meta-Schemas,
66
[available here](http://json-schema.org/specification-links.html)

src/demo/tsconfig.app.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"baseUrl": "",
88
"types": [],
99
"paths": {
10-
"angular2-json-schema-form": [
10+
"ng-json-schema-form": [
1111
"../../src"
1212
]
1313
}

src/lib/tsconfig.es5.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"angularCompilerOptions": {
1515
"strictMetadataEmit": true,
1616
"skipTemplateCodegen": true,
17-
"flatModuleOutFile": "angular2-json-schema-form.js",
18-
"flatModuleId": "angular2-json-schema-form",
17+
"flatModuleOutFile": "ng-json-schema-form.js",
18+
"flatModuleId": "ng-json-schema-form",
1919
"genDir": "../../out-ngc/lib-gen-dir/"
2020
}
2121
}

src/lib/tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"angularCompilerOptions": {
1616
"strictMetadataEmit": true,
1717
"skipTemplateCodegen": true,
18-
"flatModuleOutFile": "angular2-json-schema-form.js",
19-
"flatModuleId": "angular2-json-schema-form",
18+
"flatModuleOutFile": "ng-json-schema-form.js",
19+
"flatModuleId": "ng-json-schema-form",
2020
"genDir": "../../out-ngc/lib-gen-dir/"
2121
}
2222
}

0 commit comments

Comments
 (0)