Skip to content

Commit

Permalink
rename ps-app to sacrud-app
Browse files Browse the repository at this point in the history
  • Loading branch information
uralbash committed Mar 18, 2017
1 parent 406f77c commit 62b212e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/react-sacrud.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-sacrud",
"version": "0.0.2",
"version": "0.0.3",
"description": "React AJAX CRUD interface connected to any backends",
"main": "lib/react-sacrud.min.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/js/pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { Breadcrumbs } from './compponents/Breadcrumbs';
export class Pages {

constructor() {
this.root = document.getElementById("ps-app");
this.root = document.getElementById("sacrud-app");
this.breadcrumbs = JSON.parse(this.root.dataset.breadcrumbs);
}

Expand Down

0 comments on commit 62b212e

Please sign in to comment.