Skip to content

Commit

Permalink
Fix README typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetitcolas committed Jul 12, 2016
1 parent 81ad558 commit 640811d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ If your module bundler also supports SASS or CSS, you can also include styleshee

``` js
// SASS version
require('ng-admin/sass/ng-admin.scss');
require('ng-admin/src/sass/ng-admin.scss');

// CSS version (do not include minified version for better performances)
require('ng-admin/build/ng-admin.css');
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"restangular": "1.5.2",
"textangular": "1.5.1",
"ui-select": "angular-ui/ui-select.git#271bf6a03078587c5afdb05f61e826573a13d348)",
"underscore": "1.8.3",
"underscore": "1.8.3"
},
"devDependencies": {
"angular-mocks": "1.4.10",
Expand Down Expand Up @@ -74,7 +74,7 @@
"superagent": "0.18.2",
"url-loader": "0.5.7",
"webpack": "1.12.14",
"webpack-dev-server": "1.14.1",
"webpack-dev-server": "1.14.1"
},
"engines": {
"node": ">=4.2.0"
Expand Down

0 comments on commit 640811d

Please sign in to comment.