Skip to content

Commit 2da21f3

Browse files
committedJun 23, 2020
update package
1 parent 8fbb8d0 commit 2da21f3

File tree

5 files changed

+7
-11
lines changed

5 files changed

+7
-11
lines changed
 

‎.idea/vcs.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 gatsbyjs
3+
Copyright (c) 2020 paljs
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## OAH UI Docs
1+
## Pal.js Docs
22

3-
[Docs Link](http://oah-ui.oahtach.io)
3+
[Docs Link](https://www.paljs.com)

‎gatsby-config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ module.exports = {
1414
component: require.resolve(`./src/Layouts/index.tsx`),
1515
},
1616
},
17+
'gatsby-plugin-styled-components',
1718
'gatsby-plugin-typescript',
1819
'gatsby-plugin-root-import',
1920
{
@@ -69,7 +70,6 @@ module.exports = {
6970
},
7071
},
7172
'gatsby-plugin-react-helmet',
72-
`gatsby-transformer-remark`,
7373
{
7474
resolve: 'gatsby-plugin-manifest',
7575
options: {

‎package.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@paljs/docs",
3-
"description": "React Styled Components with bootstrap grid system.",
3+
"description": "paljs docs",
44
"version": "1.0.0",
55
"author": "Ahmed Elywa <ahmed.elywa@icloud.com>",
66
"dependencies": {
@@ -15,13 +15,9 @@
1515
"gatsby-plugin-mdx": "1.2.15",
1616
"gatsby-plugin-mdx-code-demo-oah": "1.0.0",
1717
"gatsby-plugin-react-helmet": "3.3.4",
18-
"gatsby-plugin-sharp": "2.6.11",
1918
"gatsby-plugin-styled-components": "3.3.4",
2019
"gatsby-plugin-typescript": "2.4.6",
2120
"gatsby-remark-prismjs": "3.5.4",
22-
"gatsby-source-filesystem": "2.3.11",
23-
"gatsby-transformer-remark": "2.8.16",
24-
"gatsby-transformer-sharp": "2.5.5",
2521
"prismjs": "1.20.0",
2622
"react": "16.13.1",
2723
"react-dom": "16.13.1",
@@ -63,6 +59,6 @@
6359
},
6460
"repository": {
6561
"type": "git",
66-
"url": "https://github.com/AhmedElywa/oah-ui"
62+
"url": "https://github.com/paljs/docs"
6763
}
6864
}

0 commit comments

Comments
 (0)
Please sign in to comment.