Skip to content

Commit 3574e49

Browse files
committed
add package details
1 parent 2ef3f0b commit 3574e49

5 files changed

Lines changed: 5 additions & 8 deletions

File tree

LICENCE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) [2020] [danfo.js]
3+
Copyright (c) [2020] [Dnotebook]
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,10 @@ The official documentation can be found [here](https://danfo.jsdata.org) -->
4040
## Discussion and Development
4141
Development discussions take place on our [issues](https://github.com/opensource9ja/dnotebook/issues) tab.
4242

43-
## Contributing to Danfo
43+
## Contributing to Dnotebook
4444
All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.
4545

46-
#### Licence [MIT](https://github.com/opensource9ja/danfojs/blob/master/LICENCE)
46+
#### Licence [MIT](https://github.com/opensource9ja/dnotebook/blob/master/LICENCE)
4747

4848
#### Created by [Rising Odegua](https://github.com/risenW) and [Stephen Oni](https://github.com/steveoni)
4949

50-
<a href="https://www.producthunt.com/posts/danfo-js?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-danfo-js" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=233871&theme=light" alt="Danfo.js - Open Source JavaScript library for manipulating data. | Product Hunt Embed" style="width: 250px; height: 54px;" width="250px" height="54px" /></a>

dnotebook/src/app.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ var path = require('path');
44
var cookieParser = require('cookie-parser');
55
var logger = require('morgan');
66

7-
var indexRouter = require('./routes/index');
8-
97
var app = express();
108

119
// view engine setup

dnotebook/src/views/layout.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<div style="margin-right: 200px;" class="collapse navbar-collapse" id="navbarSupportedContent">
5454
<ul class="navbar-nav ml-auto">
5555
<li class="nav-item">
56-
<a class="nav-link" href="/getting-started">
56+
<a class="nav-link" href="https://dnotebook.jsdata.org/getting-started">
5757
Getting Started
5858
</a>
5959
</li>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dnotebook",
33
"version": "0.0.1",
4-
"description": "A JavaScript Notebook App",
4+
"description": "Jupyter-like library for JavaScript environment. It allows you to create and share pages that contain live code, text and visualizations.",
55
"main": "dnotebook/src/bin/www",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",

0 commit comments

Comments
 (0)