Skip to content

Commit

Permalink
Package definition and license rebrand to Angular Base (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntJanus committed Jun 14, 2016
1 parent 33f9915 commit 8e73aeb
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 15 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ZURB loves its community! We always want to hear from our users, whether they're

## Reporting Bugs

[Open a new issue](https://github.com/zurb/foundation-apps/issues/new) to report a problem you're having with Foundation for Apps. When writing your issue, keep these things in mind:
[Open a new issue](https://github.com/base-apps/angular-base/issues/new) to report a problem you're having with Foundation for Apps. When writing your issue, keep these things in mind:

- **Be descriptive.** If you can, upload a screenshot of problem you're having, or copy and paste any JavaScript or command line errors you encounter. Being detailed will help us hone in on the problem faster.
- **Post your code.** It's very helpful to see any HTML, Sass, or JavaScript you've written that you think may be causing the problem. In some cases, we might be able to fix your problem just by fixing your code.
Expand All @@ -23,5 +23,5 @@ If you think you can solve a problem yourself, or want to implement a new featur
- Android Browser 4+
- **When changing or adding Sass code, follow these steps:**
- If you change anything about the settings variables for a component, run `gulp sass:settings` to generate a new settings file.
- If you add a new variable, follow our [rules for variable names](https://github.com/zurb/foundation-apps/wiki/Variable-Naming).
- If you change a mixin's parameters, find the component's mixin documentation and change the parameters there as well.
- If you add a new variable, follow our [rules for variable names](https://github.com/base-apps/angular-base/wiki/Variable-Naming).
- If you change a mixin's parameters, find the component's mixin documentation and change the parameters there as well.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014 ZURB, inc.
Copyright for portions of Angular Base are held by ZURB, inc., 2014 as part of Foundation for Apps. All other copyright for Angular Base are held by Base Apps organization.

MIT License

Expand Down
9 changes: 5 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "foundation-apps",
"name": "angular-base",
"main": [
"scss/foundation.scss",
"dist/js/foundation-apps.js",
Expand All @@ -14,12 +14,13 @@
"angular-animate": "~1.4.7",
"hammerjs": "~2.0.4"
},
"homepage": "https://github.com/zurb/foundation-apps",
"description": "A responsive, Angular-powered framework for web apps from ZURB.",
"homepage": "https://github.com/base-apps/angular-base",
"description": "A responsive, Angular-powered framework for web apps based on Foundation for Apps.",
"keywords": [
"web apps",
"responsive design",
"angular"
"angular",
"base apps"
],
"license": "MIT",
"ignore": [
Expand Down
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
{
"name": "foundation-apps",
"name": "angular-base",
"version": "1.2.0",
"description": "A responsive, Angular-powered framework for web apps from ZURB.",
"description": "A responsive, Angular-powered framework for web apps based on Foundation for Apps.",
"scripts": {
"test": "gulp test",
"start": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/zurb/foundation-apps"
"url": "https://github.com/base-apps/angular-base"
},
"keywords": [
"Foundation",
"ZURB",
"angular",
"base-apps",
"responsive",
"apps",
"applications"
],
"author": "ZURB",
"author": "Base Apps",
"bugs": {
"url": "https://github.com/zurb/foundation-apps/issues"
"url": "https://github.com/base-apps/angular-base/issues"
},
"homepage": "https://github.com/zurb/foundation-apps",
"homepage": "https://github.com/base-apps/angular-base",
"dependencies": {},
"devDependencies": {
"connect-modrewrite": "^0.7.9",
Expand Down

0 comments on commit 8e73aeb

Please sign in to comment.