We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a16aa9 commit 4f53816Copy full SHA for 4f53816
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "pascalcase",
3
"description": "Convert a string to pascal-case.",
4
- "version": "0.1.0",
+ "version": "0.1.1",
5
"homepage": "https://github.com/jonschlinkert/pascalcase",
6
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7
"repository": "jonschlinkert/pascalcase",
@@ -19,13 +19,14 @@
19
"scripts": {
20
"test": "mocha"
21
},
22
- "dependencies": {},
23
"devDependencies": {
24
"mocha": "*",
25
"should": "*"
26
27
"keywords": [
+ "camelcase",
28
"case",
29
+ "casing",
30
"pascal",
31
"pascal-case",
32
"pascalcase",
0 commit comments